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