pub struct SpinRwLockReadGuard<'a, T>where
T: ?Sized,{ /* private fields */ }Expand description
Shared RT lock ownership, bound to the acquiring task.
Trait Implementations§
Source§impl<T> Deref for SpinRwLockReadGuard<'_, T>where
T: ?Sized,
impl<T> Deref for SpinRwLockReadGuard<'_, T>where
T: ?Sized,
Source§impl<T> Drop for SpinRwLockReadGuard<'_, T>where
T: ?Sized,
impl<T> Drop for SpinRwLockReadGuard<'_, T>where
T: ?Sized,
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for SpinRwLockReadGuard<'a, T>
impl<'a, T> !Send for SpinRwLockReadGuard<'a, T>
impl<'a, T> !Sync for SpinRwLockReadGuard<'a, T>
impl<'a, T> !UnwindSafe for SpinRwLockReadGuard<'a, T>
impl<'a, T> Freeze for SpinRwLockReadGuard<'a, T>
impl<'a, T> Unpin for SpinRwLockReadGuard<'a, T>
impl<'a, T> UnsafeUnpin for SpinRwLockReadGuard<'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