pub enum VDSW {
Reset = 0,
}
Expand description
Volatile data shared
Value on reset: 0
Variants§
Reset = 0
0: Resets volatile data shared bit
Trait Implementations§
impl Copy for VDSW
impl Eq for VDSW
impl StructuralPartialEq for VDSW
Auto Trait Implementations§
impl Freeze for VDSW
impl RefUnwindSafe for VDSW
impl Send for VDSW
impl Sync for VDSW
impl Unpin for VDSW
impl UnwindSafe for VDSW
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