Enum Faultin
pub enum Faultin {
_0 = 0,
_1 = 1,
}Expand description
Fault Inputs
Value on reset: 0
Variants§
_0 = 0
0: The logic OR of the enabled fault inputs is 0.
_1 = 1
1: The logic OR of the enabled fault inputs is 1.
Trait Implementations§
impl Copy for Faultin
impl Eq for Faultin
impl StructuralPartialEq for Faultin
Auto Trait Implementations§
impl Freeze for Faultin
impl RefUnwindSafe for Faultin
impl Send for Faultin
impl Sync for Faultin
impl Unpin for Faultin
impl UnwindSafe for Faultin
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