Struct webrtc_util::sync::RwLockWriteGuard
source · pub struct RwLockWriteGuard<'a, T>(_);Expand description
RAII structure used to release the exclusive write access of a lock when dropped.
Trait Implementations
sourceimpl<'a, T> Deref for RwLockWriteGuard<'a, T>
impl<'a, T> Deref 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more