#[repr(C)]pub struct profiler_time_entries_t__bindgen_ty_1 {
pub array: *mut profiler_time_entry_t,
pub num: usize,
pub capacity: usize,
}Fields§
§array: *mut profiler_time_entry_t§num: usize§capacity: usizeAuto Trait Implementations§
impl Freeze for profiler_time_entries_t__bindgen_ty_1
impl RefUnwindSafe for profiler_time_entries_t__bindgen_ty_1
impl !Send for profiler_time_entries_t__bindgen_ty_1
impl !Sync for profiler_time_entries_t__bindgen_ty_1
impl Unpin for profiler_time_entries_t__bindgen_ty_1
impl UnwindSafe for profiler_time_entries_t__bindgen_ty_1
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