#[repr(C)]pub struct BaseProfilerAutoLock {
pub mMutex: *mut BaseProfilerMutex,
}
Fields§
§mMutex: *mut BaseProfilerMutex
Trait Implementations§
Source§impl Debug for BaseProfilerAutoLock
impl Debug for BaseProfilerAutoLock
Source§impl PartialEq for BaseProfilerAutoLock
impl PartialEq for BaseProfilerAutoLock
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 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