pub enum INPUT_A {
CONNECT = 0,
DISCONNECT = 1,
}
Expand description
Connect or disconnect input buffer
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for INPUT_A
impl StructuralPartialEq for INPUT_A
Auto Trait Implementations§
impl Freeze for INPUT_A
impl RefUnwindSafe for INPUT_A
impl Send for INPUT_A
impl Sync for INPUT_A
impl Unpin for INPUT_A
impl UnwindSafe for INPUT_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