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