Module cursor
Structs
Traits
-
WriteThroughCursor
Trait used to allow indirect implementation of
WriteforCursor<Self>. SinceCursoris not a foundational type, it is not possible to implementWriteforCursor<T>ifWriteis defined inlibcoreandTis in a downstream crate (e.g.,liballocorlibstd).
Functions
-
slice_write
Non-resizing
Write::writeimplementation for slices. Exported forCursor<Box<[u8], A>>'s implementation ofWrite. -
slice_write_all
Non-resizing
Write::write_allimplementation for slices. Exported forCursor<Box<[u8], A>>'s implementation ofWrite. -
slice_write_all_vectored
Non-resizing
Write::write_all_vectoredimplementation for slices. Exported forCursor<Box<[u8], A>>'s implementation ofWrite. -
slice_write_vectored
Non-resizing
Write::write_vectoredimplementation for slices. Exported forCursor<Box<[u8], A>>'s implementation ofWrite.