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