pub enum SWRSTW {
NOTRESET,
RESET,
}
Expand description
Values that can be written to the field SWRST
Variants§
Auto Trait Implementations§
impl Freeze for SWRSTW
impl RefUnwindSafe for SWRSTW
impl Send for SWRSTW
impl Sync for SWRSTW
impl Unpin for SWRSTW
impl UnwindSafe for SWRSTW
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