Struct vm_memory::guest_memory::FileOffset [−][src]
pub struct FileOffset { /* fields omitted */ }
Expand description
Represents the start point within a File
that backs a GuestMemoryRegion
.
Implementations
Creates a new FileOffset
object based on an exiting Arc<File>
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileOffset
impl Send for FileOffset
impl Sync for FileOffset
impl Unpin for FileOffset
impl UnwindSafe for FileOffset
Blanket Implementations
Mutably borrows from an owned value. Read more