Expand description
A convenience crate for Zircon VMO objects mapped into memory.
Structs§
- Immutable
Mapping - Provides a safe byte slice view of a VMO through a
Deref<Target=[u8]>
implementation. - Mapping
- A safe wrapper around a mapped region of memory.
Enums§
- Immutable
Mapping Error - Error type for
ImmutableMapping::create_from_vmo
.