Expand description
Reading data directly from a buffer
Structs§
Enums§
- Cast
Error - Errors from casting a minimally-aligned type
Traits§
- Buffer
- Additional methods on byte slices
- Minimally
Aligned - Asserts that the type has a minimal ABI alignment of
1
- Repr
- Similar to
From<&U> for T
Functions§
- cast
- Cast a buffer to a reference
- cast_
slice - Cast a buffer to a slice
- try_
cast - Try to cast a buffer to a reference
- try_
cast_ slice - Try to cast a buffer to a slice