pub struct ComponentSummaryProfileResult {
pub kernel: KernelStatistics,
pub principals: Vec<PrincipalSummary>,
pub unclaimed: u64,
pub performance: PerformanceImpactMetrics,
pub digest: Option<Digest>,
}Fields§
§kernel: KernelStatistics§principals: Vec<PrincipalSummary>§unclaimed: u64Amount, in bytes, of memory that is known but remained unclaimed. Should be equal to zero.
performance: PerformanceImpactMetrics§digest: Option<Digest>Trait Implementations§
Source§impl Default for ComponentSummaryProfileResult
impl Default for ComponentSummaryProfileResult
Source§fn default() -> ComponentSummaryProfileResult
fn default() -> ComponentSummaryProfileResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ComponentSummaryProfileResult
Auto Trait Implementations§
impl Freeze for ComponentSummaryProfileResult
impl RefUnwindSafe for ComponentSummaryProfileResult
impl Send for ComponentSummaryProfileResult
impl Sync for ComponentSummaryProfileResult
impl Unpin for ComponentSummaryProfileResult
impl UnsafeUnpin for ComponentSummaryProfileResult
impl UnwindSafe for ComponentSummaryProfileResult
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