Enum Faultf2
pub enum Faultf2 {
_0 = 0,
_1 = 1,
}Expand description
Fault Detection Flag 2
Value on reset: 0
Variants§
_0 = 0
0: No fault condition was detected at the fault input.
_1 = 1
1: A fault condition was detected at the fault input.
Trait Implementations§
impl Copy for Faultf2
impl Eq for Faultf2
impl StructuralPartialEq for Faultf2
Auto Trait Implementations§
impl Freeze for Faultf2
impl RefUnwindSafe for Faultf2
impl Send for Faultf2
impl Sync for Faultf2
impl Unpin for Faultf2
impl UnwindSafe for Faultf2
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