pub enum Bufen {
Bufen0 = 0,
Bufen1 = 1,
}Expand description
Enable analog buffer for references or ATX2
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Bufen
impl Eq for Bufen
impl StructuralPartialEq for Bufen
Auto Trait Implementations§
impl Freeze for Bufen
impl RefUnwindSafe for Bufen
impl Send for Bufen
impl Sync for Bufen
impl Unpin for Bufen
impl UnwindSafe for Bufen
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