Crate mem_util

source ·
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 DirectoryProxys and FileProxys.

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.
  • Open path from given parent directory, returning an fmem::Data of the contents.