pub enum ANFOFF {
Enabled = 0,
Disabled = 1,
}
Expand description
Analog noise filter OFF
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ANFOFF
impl Eq for ANFOFF
impl StructuralPartialEq for ANFOFF
Auto Trait Implementations§
impl Freeze for ANFOFF
impl RefUnwindSafe for ANFOFF
impl Send for ANFOFF
impl Sync for ANFOFF
impl Unpin for ANFOFF
impl UnwindSafe for ANFOFF
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