Struct machinery_api::foundation::ProfilerEventT [−][src]
#[repr(C)]pub struct ProfilerEventT { pub type_: u32, pub thread_id: u32, pub time_stamp: u64, pub __bindgen_anon_1: ProfilerEventTBindgenTy1, }
Fields
type_: u32thread_id: u32time_stamp: u64__bindgen_anon_1: ProfilerEventTBindgenTy1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProfilerEventT
impl !Send for ProfilerEventT
impl !Sync for ProfilerEventT
impl Unpin for ProfilerEventT
impl UnwindSafe for ProfilerEventT
Blanket Implementations
Mutably borrows from an owned value. Read more