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 and FileProxy
s.Functions
Retrieve the bytes in
data
, returning a reference if it’s a Data::Bytes
and a copy of
the bytes read from the VMO if it’s a Data::Buffer
.