Struct twizzler_abi::vcell::Volatile
source · [−]#[repr(transparent)]pub struct Volatile<T> { /* private fields */ }
Expand description
A value that should be accessed with volatile memory semantics.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !ObjSafe for Volatile<T>
impl<T> !RefUnwindSafe for Volatile<T>
impl<T> Send for Volatile<T>where
T: Send,
impl<T> !Sync for Volatile<T>
impl<T> Unpin for Volatile<T>where
T: Unpin,
impl<T> UnwindSafe for Volatile<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