#[repr(C)]pub struct BaseProfilerMutex {
pub _base: MutexImpl,
pub mOwningThreadId: u64,
pub mName: *const i8,
}Fields§
§_base: MutexImpl§mOwningThreadId: u64§mName: *const i8Auto Trait Implementations§
impl Freeze for BaseProfilerMutex
impl RefUnwindSafe for BaseProfilerMutex
impl !Send for BaseProfilerMutex
impl !Sync for BaseProfilerMutex
impl Unpin for BaseProfilerMutex
impl UnsafeUnpin for BaseProfilerMutex
impl UnwindSafe for BaseProfilerMutex
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