Crate compio_buf
source ·Expand description
Re-exports§
Macros§
- A helper macro to imitate the behavior of try trait
?.
Structs§
- A specialized
Resulttype for operations with buffers. - An unsafe,
'static, initialized, and immutable slice of bytes to interact with system API. - An unsafe,
'static, maybe uninitialized, and mutable slice of bytes to interact with system API. - An owned buffer iterator for vectored buffers. See
IoVectoredBuf::owned_iter. - An owned view into a contiguous sequence of bytes.
Traits§
- Trait to get the inner buffer of an operation or a result.
- A trait for buffers.
- A mutable compio compatible buffer.
- A trait for vectored buffers that could be indexed.
- A trait for mutable vectored buffers that could be indexed.
- A trait for vectored buffers.
- A trait for mutable vectored buffers.
- The inner implementation of a
OwnedIter. - The mutable part of inner implementation of a
OwnedIter. - A helper trait for
set_lenlike methods.