pub struct PushLockRaw(/* private fields */);Expand description
push lock (EX_PUSH_LOCK) - lightweight reader/writer lock
Implementations§
Source§impl PushLockRaw
impl PushLockRaw
Auto Trait Implementations§
impl Freeze for PushLockRaw
impl RefUnwindSafe for PushLockRaw
impl Send for PushLockRaw
impl Sync for PushLockRaw
impl Unpin for PushLockRaw
impl UnwindSafe for PushLockRaw
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