Struct webrtc_util::sync::RwLockWriteGuard
source · pub struct RwLockWriteGuard<'a, T>(/* private fields */);
Expand description
RAII structure used to release the exclusive write access of a lock when dropped.
Trait Implementations§
source§impl<'a, T> DerefMut for RwLockWriteGuard<'a, T>
impl<'a, T> DerefMut for RwLockWriteGuard<'a, T>
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for RwLockWriteGuard<'a, T>
impl<'a, T> !Send for RwLockWriteGuard<'a, T>
impl<'a, T> Sync for RwLockWriteGuard<'a, T>where
T: Sync,
impl<'a, T> Unpin for RwLockWriteGuard<'a, T>
impl<'a, T> UnwindSafe for RwLockWriteGuard<'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