#[repr(C)]pub struct ProfilerEventT {
pub type_: u32,
pub thread_id: u32,
pub time_stamp: u64,
pub __bindgen_anon_1: ProfilerEventTBindgenTy1,
}Fields§
§type_: u32§thread_id: u32§time_stamp: u64§__bindgen_anon_1: ProfilerEventTBindgenTy1Trait Implementations§
Source§impl Clone for ProfilerEventT
impl Clone for ProfilerEventT
Source§fn clone(&self) -> ProfilerEventT
fn clone(&self) -> ProfilerEventT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ProfilerEventT
impl Default for ProfilerEventT
impl Copy for ProfilerEventT
Auto Trait Implementations§
impl Freeze for ProfilerEventT
impl RefUnwindSafe for ProfilerEventT
impl !Send for ProfilerEventT
impl !Sync for ProfilerEventT
impl Unpin for ProfilerEventT
impl UnwindSafe for ProfilerEventT
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