#[repr(C)]pub struct BaseProfilerAutoLock {
pub mMutex: *mut BaseProfilerMutex,
}Fields§
§mMutex: *mut BaseProfilerMutexTrait Implementations§
Source§impl Debug for BaseProfilerAutoLock
impl Debug for BaseProfilerAutoLock
Source§impl PartialEq for BaseProfilerAutoLock
impl PartialEq for BaseProfilerAutoLock
Source§fn eq(&self, other: &BaseProfilerAutoLock) -> bool
fn eq(&self, other: &BaseProfilerAutoLock) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BaseProfilerAutoLock
Auto Trait Implementations§
impl Freeze for BaseProfilerAutoLock
impl RefUnwindSafe for BaseProfilerAutoLock
impl !Send for BaseProfilerAutoLock
impl !Sync for BaseProfilerAutoLock
impl Unpin for BaseProfilerAutoLock
impl UnsafeUnpin for BaseProfilerAutoLock
impl UnwindSafe for BaseProfilerAutoLock
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