Modules§
Traits§
- Initializable
- Trait to represent a type that can be initialized.
- RawType
- Marker trait for types that can cast from a raw pointer.
Functions§
- load⚠
- Return a reference for an initialized
T
from the given bytes. - load_
mut ⚠ - Return a mutable reference for an initialized
T
from the given bytes. - load_
mut_ ⚠unchecked - Return a mutable
T
reference from the given bytes. - load_
unchecked ⚠ - Return a
T
reference from the given bytes.
Type Aliases§
- COption
- Type alias for fields represented as
COption
.