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