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