Crate lazy_bytes_cast
source ·Expand description
Lazy utilities to work with bits and bytes.
Structs
- Wrapper to provide access to bit fields
- Byte slice reader.
Traits
- Marker indicating that it is plain old data.
Functions
- Gets byte slice out of the type.
- Gets mutable byte slice out of the type.
- Reads
N
bytes fromPod
object by performingmemcpy
- Reads
N
bytes fromPod
object by performingmemcpy
- Gets uninit byte slice out of the type.
- Gets mutable uninit byte slice out of the type.