#[repr(u8)]pub enum FILTSEL_A {
DISABLE = 0,
SYNCH = 1,
FILTER = 2,
}
Expand description
Filter Selection
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FILTSEL_A
impl Eq for FILTSEL_A
impl StructuralPartialEq for FILTSEL_A
Auto Trait Implementations§
impl Freeze for FILTSEL_A
impl RefUnwindSafe for FILTSEL_A
impl Send for FILTSEL_A
impl Sync for FILTSEL_A
impl Unpin for FILTSEL_A
impl UnwindSafe for FILTSEL_A
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