#[repr(C)]pub struct BaseProfilerMutex {
pub _base: MutexImpl,
pub mOwningThreadId: u64,
pub mName: *const i8,
}
Fields§
§_base: MutexImpl
§mOwningThreadId: u64
§mName: *const i8
Trait Implementations§
Source§impl Debug for BaseProfilerMutex
impl Debug for BaseProfilerMutex
Source§impl PartialEq for BaseProfilerMutex
impl PartialEq for BaseProfilerMutex
impl StructuralPartialEq for BaseProfilerMutex
Auto Trait Implementations§
impl Freeze for BaseProfilerMutex
impl RefUnwindSafe for BaseProfilerMutex
impl !Send for BaseProfilerMutex
impl !Sync for BaseProfilerMutex
impl Unpin 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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more