Struct vcell::VolatileCell 
source · [−]#[repr(transparent)]pub struct VolatileCell<T> { /* private fields */ }Implementations
sourceimpl<T> VolatileCell<T>
 
impl<T> VolatileCell<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for VolatileCell<T>
impl<T> Send for VolatileCell<T>where
    T: Send,
impl<T> !Sync for VolatileCell<T>
impl<T> Unpin for VolatileCell<T>where
    T: Unpin,
impl<T> UnwindSafe for VolatileCell<T>where
    T: UnwindSafe,
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