Struct rtic_sync::arbiter::ExclusiveAccess
source · pub struct ExclusiveAccess<'a, T> { /* private fields */ }
Expand description
This token represents exclusive access to the value protected by the Arbiter
.
Trait Implementations§
source§impl<'a, T> Deref for ExclusiveAccess<'a, T>
impl<'a, T> Deref for ExclusiveAccess<'a, T>
source§impl<'a, T> DerefMut for ExclusiveAccess<'a, T>
impl<'a, T> DerefMut for ExclusiveAccess<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for ExclusiveAccess<'a, T>
impl<'a, T> !RefUnwindSafe for ExclusiveAccess<'a, T>
impl<'a, T> Send for ExclusiveAccess<'a, T>where
T: Send,
impl<'a, T> Sync for ExclusiveAccess<'a, T>where
T: Sync,
impl<'a, T> Unpin for ExclusiveAccess<'a, T>
impl<'a, T> !UnwindSafe for ExclusiveAccess<'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