Crate mapped_vmo

Source
Expand description

A convenience crate for Zircon VMO objects mapped into memory.

Structs§

ImmutableMapping
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§

ImmutableMappingError
Error type for ImmutableMapping::create_from_vmo.