Enum Faultf3
pub enum Faultf3 {
_0 = 0,
_1 = 1,
}Expand description
Fault Detection Flag 3
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 Faultf3
impl Eq for Faultf3
impl StructuralPartialEq for Faultf3
Auto Trait Implementations§
impl Freeze for Faultf3
impl RefUnwindSafe for Faultf3
impl Send for Faultf3
impl Sync for Faultf3
impl Unpin for Faultf3
impl UnwindSafe for Faultf3
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