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