Struct zx::MemStatsExtended
source · #[repr(C)]pub struct MemStatsExtended {Show 15 fields
pub total_bytes: u64,
pub free_bytes: u64,
pub wired_bytes: u64,
pub total_heap_bytes: u64,
pub free_heap_bytes: u64,
pub vmo_bytes: u64,
pub vmo_pager_total_bytes: u64,
pub vmo_pager_newest_bytes: u64,
pub vmo_pager_oldest_bytes: u64,
pub vmo_discardable_locked_bytes: u64,
pub vmo_discardable_unlocked_bytes: u64,
pub mmu_overhead_bytes: u64,
pub ipc_bytes: u64,
pub other_bytes: u64,
pub vmo_reclaim_disable_bytes: u64,
}
Fields§
§total_bytes: u64
§free_bytes: u64
§wired_bytes: u64
§total_heap_bytes: u64
§free_heap_bytes: u64
§vmo_bytes: u64
§vmo_pager_total_bytes: u64
§vmo_pager_newest_bytes: u64
§vmo_pager_oldest_bytes: u64
§vmo_discardable_locked_bytes: u64
§vmo_discardable_unlocked_bytes: u64
§mmu_overhead_bytes: u64
§ipc_bytes: u64
§other_bytes: u64
§vmo_reclaim_disable_bytes: u64
Trait Implementations§
source§impl Clone for MemStatsExtended
impl Clone for MemStatsExtended
source§fn clone(&self) -> MemStatsExtended
fn clone(&self) -> MemStatsExtended
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MemStatsExtended
impl Debug for MemStatsExtended
source§impl Default for MemStatsExtended
impl Default for MemStatsExtended
source§fn default() -> MemStatsExtended
fn default() -> MemStatsExtended
Returns the “default value” for a type. Read more
source§impl From<zx_info_kmem_stats_extended_t> for MemStatsExtended
impl From<zx_info_kmem_stats_extended_t> for MemStatsExtended
source§fn from(info: zx_info_kmem_stats_extended_t) -> MemStatsExtended
fn from(info: zx_info_kmem_stats_extended_t) -> MemStatsExtended
Converts to this type from the input type.
source§impl FromBytes for MemStatsExtendedwhere
u64: FromBytes,
impl FromBytes for MemStatsExtendedwhere
u64: FromBytes,
source§impl FromZeros for MemStatsExtendedwhere
u64: FromZeros,
impl FromZeros for MemStatsExtendedwhere
u64: FromZeros,
source§impl PartialEq for MemStatsExtended
impl PartialEq for MemStatsExtended
source§fn eq(&self, other: &MemStatsExtended) -> bool
fn eq(&self, other: &MemStatsExtended) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFromBytes for MemStatsExtendedwhere
u64: TryFromBytes,
impl TryFromBytes for MemStatsExtendedwhere
u64: TryFromBytes,
§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for MemStatsExtended
impl Eq for MemStatsExtended
impl Immutable for MemStatsExtendedwhere
u64: Immutable,
impl StructuralPartialEq for MemStatsExtended
Auto Trait Implementations§
impl Freeze for MemStatsExtended
impl RefUnwindSafe for MemStatsExtended
impl Send for MemStatsExtended
impl Sync for MemStatsExtended
impl Unpin for MemStatsExtended
impl UnwindSafe for MemStatsExtended
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
)