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