#[repr(C)]pub struct profiler_time_entries_t {
pub da: __BindgenUnionField<darray>,
pub __bindgen_anon_1: __BindgenUnionField<profiler_time_entries_t__bindgen_ty_1>,
pub bindgen_union_field: [u64; 3],
}Fields§
§da: __BindgenUnionField<darray>§__bindgen_anon_1: __BindgenUnionField<profiler_time_entries_t__bindgen_ty_1>§bindgen_union_field: [u64; 3]Auto Trait Implementations§
impl Freeze for profiler_time_entries_t
impl RefUnwindSafe for profiler_time_entries_t
impl !Send for profiler_time_entries_t
impl !Sync for profiler_time_entries_t
impl Unpin for profiler_time_entries_t
impl UnwindSafe for profiler_time_entries_t
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