Struct machinery_api::foundation::MemoryTrackerTraceDataT [−][src]
#[repr(C)]pub struct MemoryTrackerTraceDataT { pub file: *const c_char, pub line: u32, pub scope: u32, pub allocated_bytes: u64, pub allocation_count: u64, }
Fields
file: *const c_charline: u32scope: u32allocated_bytes: u64allocation_count: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryTrackerTraceDataT
impl !Send for MemoryTrackerTraceDataT
impl !Sync for MemoryTrackerTraceDataT
impl Unpin for MemoryTrackerTraceDataT
impl UnwindSafe for MemoryTrackerTraceDataT
Blanket Implementations
Mutably borrows from an owned value. Read more