Struct sgx_sync::SpinMutexGuard
source · pub struct SpinMutexGuard<'a, T>where
T: 'a + ?Sized,{ /* private fields */ }
Trait Implementations§
source§impl<T> Deref for SpinMutexGuard<'_, T>where
T: ?Sized,
impl<T> Deref for SpinMutexGuard<'_, T>where T: ?Sized,
source§impl<T> DerefMut for SpinMutexGuard<'_, T>where
T: ?Sized,
impl<T> DerefMut for SpinMutexGuard<'_, T>where T: ?Sized,
source§impl<'a, T> Drop for SpinMutexGuard<'a, T>where
T: ?Sized,
impl<'a, T> Drop for SpinMutexGuard<'a, T>where T: ?Sized,
impl<T> !Send for SpinMutexGuard<'_, T>where T: ?Sized,
impl<T> Sync for SpinMutexGuard<'_, T>where T: Sync + ?Sized,
Auto Trait Implementations§
impl<'a, T: ?Sized> RefUnwindSafe for SpinMutexGuard<'a, T>where T: RefUnwindSafe,
impl<'a, T: ?Sized> Unpin for SpinMutexGuard<'a, T>
impl<'a, T> !UnwindSafe for SpinMutexGuard<'a, 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