pub struct VmoDef {
pub parent: Option<u64>,
pub private_committed_bytes: Option<u64>,
pub private_populated_bytes: Option<u64>,
pub scaled_committed_bytes: Option<u64>,
pub scaled_populated_bytes: Option<u64>,
pub total_committed_bytes: Option<u64>,
pub total_populated_bytes: Option<u64>,
pub __source_breaking: SourceBreaking,
}
Fields§
§parent: Option<u64>
§private_committed_bytes: Option<u64>
§private_populated_bytes: Option<u64>
§scaled_committed_bytes: Option<u64>
§scaled_populated_bytes: Option<u64>
§total_committed_bytes: Option<u64>
§total_populated_bytes: Option<u64>
§__source_breaking: SourceBreaking
Implementations§
Trait Implementations§
impl StructuralPartialEq for VmoDef
Auto Trait Implementations§
impl Freeze for VmoDef
impl RefUnwindSafe for VmoDef
impl Send for VmoDef
impl Sync for VmoDef
impl Unpin for VmoDef
impl UnwindSafe for VmoDef
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