struct Exclusive;
Trait Implementations
sourceimpl Kind for Exclusive
impl Kind for Exclusive
fn zero_to_acquire() -> usize
fn add_to_acquire() -> usize
fn set_when_waiting() -> usize
fn clear_on_acquire() -> usize
fn new_waiter(raw: &RawMutex) -> Arc<Waiter>
Auto Trait Implementations
impl RefUnwindSafe for Exclusive
impl Send for Exclusive
impl Sync for Exclusive
impl Unpin for Exclusive
impl UnwindSafe for Exclusive
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