#[repr(C)]pub struct mi_profiler_sample_data_t {
pub user_data_size: size_t,
pub user_data: [*mut c_void; 1],
}Fields§
§user_data_size: size_t§user_data: [*mut c_void; 1]Auto Trait Implementations§
impl !Send for mi_profiler_sample_data_t
impl !Sync for mi_profiler_sample_data_t
impl Freeze for mi_profiler_sample_data_t
impl RefUnwindSafe for mi_profiler_sample_data_t
impl Unpin for mi_profiler_sample_data_t
impl UnsafeUnpin for mi_profiler_sample_data_t
impl UnwindSafe for mi_profiler_sample_data_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