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