Expand description
Utilities for working with the fuchsia.mem
FIDL library.
Enums§
- Data
Error - Errors that can occur when operating on
fuchsia.mem.Data
values. - File
Error - Errors that can occur when operating on
DirectoryProxy
s andFileProxy
s.
Functions§
- bytes_
from_ data - 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
. - open_
file_ data - Open
path
from givenparent
directory, returning anfmem::Data
of the contents.