pub struct SpinLockGuard<'a, T>where
T: ?Sized,{ /* private fields */ }Expand description
A task-bound guard that releases migration exclusion before lock handoff.
Trait Implementations§
Source§impl<T> Deref for SpinLockGuard<'_, T>where
T: ?Sized,
impl<T> Deref for SpinLockGuard<'_, T>where
T: ?Sized,
Source§impl<T> DerefMut for SpinLockGuard<'_, T>where
T: ?Sized,
impl<T> DerefMut for SpinLockGuard<'_, T>where
T: ?Sized,
Source§impl<T> Drop for SpinLockGuard<'_, T>where
T: ?Sized,
impl<T> Drop for SpinLockGuard<'_, T>where
T: ?Sized,
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for SpinLockGuard<'a, T>
impl<'a, T> !Send for SpinLockGuard<'a, T>
impl<'a, T> !Sync for SpinLockGuard<'a, T>
impl<'a, T> !UnwindSafe for SpinLockGuard<'a, T>
impl<'a, T> Freeze for SpinLockGuard<'a, T>
impl<'a, T> Unpin for SpinLockGuard<'a, T>
impl<'a, T> UnsafeUnpin for SpinLockGuard<'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