Struct machinery_api::foundation::MemoryTrackerScopeDataT [−][src]
#[repr(C)]pub struct MemoryTrackerScopeDataT { pub desc: *const c_char, pub allocated_bytes: u64, pub allocation_count: u64, pub parent: u32, pub num_children: u32, pub tracing_enabled: bool, pub _padding_44: [c_char; 3], pub trace_count: u32, }
Fields
desc: *const c_charallocated_bytes: u64allocation_count: u64parent: u32num_children: u32tracing_enabled: bool_padding_44: [c_char; 3]trace_count: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryTrackerScopeDataT
impl !Send for MemoryTrackerScopeDataT
impl !Sync for MemoryTrackerScopeDataT
impl Unpin for MemoryTrackerScopeDataT
impl UnwindSafe for MemoryTrackerScopeDataT
Blanket Implementations
Mutably borrows from an owned value. Read more