pub struct ComponentProfileResult {
pub kernel: KernelStatistics,
pub principals: Vec<PrincipalSummary>,
pub undigested: u64,
}
Fields§
§kernel: KernelStatistics
§principals: Vec<PrincipalSummary>
§undigested: u64
Amount, in bytes, of memory that is known but remained unclaimed. Should be equal to zero.
Trait Implementations§
Source§impl Debug for ComponentProfileResult
impl Debug for ComponentProfileResult
Source§impl PartialEq for ComponentProfileResult
impl PartialEq for ComponentProfileResult
Source§impl Serialize for ComponentProfileResult
impl Serialize for ComponentProfileResult
impl StructuralPartialEq for ComponentProfileResult
Auto Trait Implementations§
impl Freeze for ComponentProfileResult
impl RefUnwindSafe for ComponentProfileResult
impl Send for ComponentProfileResult
impl Sync for ComponentProfileResult
impl Unpin for ComponentProfileResult
impl UnwindSafe for ComponentProfileResult
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