#[repr(C)]pub struct VmoInfo {Show 14 fields
pub koid: Koid,
pub name: Name,
pub size_bytes: u64,
pub parent_koid: Koid,
pub num_children: usize,
pub num_mappings: usize,
pub share_count: usize,
pub flags: VmoInfoFlags,
pub committed_bytes: u64,
pub handle_rights: Rights,
pub cache_policy: CachePolicy,
pub metadata_bytes: u64,
pub committed_change_events: u64,
pub populated_bytes: u64,
}
Fields§
§koid: Koid
§name: Name
§size_bytes: u64
§parent_koid: Koid
§num_children: usize
§num_mappings: usize
§flags: VmoInfoFlags
§committed_bytes: u64
§handle_rights: Rights
§cache_policy: CachePolicy
§metadata_bytes: u64
§committed_change_events: u64
§populated_bytes: u64
Trait Implementations§
source§impl From<zx_info_vmo_t> for VmoInfo
impl From<zx_info_vmo_t> for VmoInfo
source§fn from(info: zx_info_vmo_t) -> VmoInfo
fn from(info: zx_info_vmo_t) -> VmoInfo
Converts to this type from the input type.
source§impl PartialEq for VmoInfo
impl PartialEq for VmoInfo
impl Copy for VmoInfo
impl Eq for VmoInfo
impl StructuralPartialEq for VmoInfo
Auto Trait Implementations§
impl Freeze for VmoInfo
impl RefUnwindSafe for VmoInfo
impl Send for VmoInfo
impl Sync for VmoInfo
impl Unpin for VmoInfo
impl UnwindSafe for VmoInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)