#[repr(C)]pub struct VmMap {
pub address: u64,
pub length: u64,
pub protection: u32,
pub flags: u32,
pub fd: VmFd,
pub fd_offset: u64,
}Fields§
§address: u64§length: u64§protection: u32§flags: u32§fd: VmFd§fd_offset: u64Auto Trait Implementations§
impl Freeze for VmMap
impl RefUnwindSafe for VmMap
impl Send for VmMap
impl Sync for VmMap
impl Unpin for VmMap
impl UnwindSafe for VmMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more