Type Definition fuchsia_inspect::reader::SnapshotSource
source · pub type SnapshotSource = Vmo;
Expand description
A type alias representing a data source that can be snapshotted.
Trait Implementations§
source§impl ReadSnapshot for SnapshotSource
impl ReadSnapshot for SnapshotSource
source§fn read_bytes(&self, dest: &mut [u8], offset: u64) -> Result<(), ReaderError>
fn read_bytes(&self, dest: &mut [u8], offset: u64) -> Result<(), ReaderError>
Copy bytes from self to dest.