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