Expand description
Utilities for working with the fuchsia.mem
FIDL library.
Enums§
- Errors that can occur when operating on
fuchsia.mem.Data
values. - Errors that can occur when operating on
DirectoryProxy
s andFileProxy
s.
Functions§
- Retrieve the bytes in
data
, returning a reference if it’s aData::Bytes
and a copy of the bytes read from the VMO if it’s aData::Buffer
.