Expand description
Utilities for working with the fuchsia.mem FIDL library.
Enums§
- Data
Error - Errors that can occur when operating on
fuchsia.mem.Datavalues. - File
Error - Errors that can occur when operating on
DirectoryProxys andFileProxys.
Functions§
- bytes_
from_ data - Retrieve the bytes in
data, returning a reference if it’s aData::Bytesand a copy of the bytes read from the VMO if it’s aData::Buffer. - open_
file_ data - Open
pathfrom givenparentdirectory, returning anfmem::Dataof the contents.