Expand description
Lazy utilities to work with bits and bytes.
Structs§
Traits§
- Pod
- Marker indicating that it is plain old data.
Functions§
- byte_
slice_ from - Gets byte slice out of the type.
- byte_
slice_ mut_ from - Gets mutable byte slice out of the type.
- from_
bytes - Reads
Nbytes fromPodobject by performingmemcpy - to_
bytes - Reads
Nbytes fromPodobject by performingmemcpy - uninit_
byte_ slice_ from - Gets uninit byte slice out of the type.
- uninit_
byte_ ⚠slice_ mut_ from - Gets mutable uninit byte slice out of the type.