pub struct Volatile<T, Access = ReadWrite>(/* private fields */);
Implementations§
Trait Implementations§
impl<T, A> Send for Volatile<T, A>
impl<T, A> Sync for Volatile<T, A>
Auto Trait Implementations§
impl<T, Access = ReadWrite> !Freeze for Volatile<T, Access>
impl<T, Access = ReadWrite> !RefUnwindSafe for Volatile<T, Access>
impl<T, Access> Unpin for Volatile<T, Access>
impl<T, Access> UnwindSafe for Volatile<T, Access>where
T: UnwindSafe,
Access: UnwindSafe,
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