Struct machinery_api::foundation::TempAllocatorStatisticsT [−][src]
#[repr(C)]pub struct TempAllocatorStatisticsT { pub temp_allocation_blocks: u64, pub temp_allocation_bytes: u64, pub frame_allocation_blocks: u64, pub frame_allocation_bytes: u64, }
Fields
temp_allocation_blocks: u64temp_allocation_bytes: u64frame_allocation_blocks: u64frame_allocation_bytes: u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TempAllocatorStatisticsT
impl Send for TempAllocatorStatisticsT
impl Sync for TempAllocatorStatisticsT
impl Unpin for TempAllocatorStatisticsT
impl UnwindSafe for TempAllocatorStatisticsT
Blanket Implementations
Mutably borrows from an owned value. Read more