pub struct ReaderLock { /* private fields */ }Expand description
RAII guard for a held reader-lock byte. Dropping the guard releases the OS-side lock.
Implementations§
Trait Implementations§
Source§impl Debug for ReaderLock
impl Debug for ReaderLock
Source§impl Drop for ReaderLock
impl Drop for ReaderLock
Auto Trait Implementations§
impl Freeze for ReaderLock
impl RefUnwindSafe for ReaderLock
impl Send for ReaderLock
impl Sync for ReaderLock
impl Unpin for ReaderLock
impl UnsafeUnpin for ReaderLock
impl UnwindSafe for ReaderLock
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