Enum Faultie
pub enum Faultie {
_0 = 0,
_1 = 1,
}Expand description
Fault Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Faultie
impl Eq for Faultie
impl StructuralPartialEq for Faultie
Auto Trait Implementations§
impl Freeze for Faultie
impl RefUnwindSafe for Faultie
impl Send for Faultie
impl Sync for Faultie
impl Unpin for Faultie
impl UnwindSafe for Faultie
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