pub enum OVERRIDE_ENABLE_A {
ENABLE = 1,
DISABLE = 0,
}
Expand description
Enable manual override of Request-to-Send flow control signal
Value on reset: 0
Variants§
ENABLE = 1
1: Enable manual override of this signal
DISABLE = 0
0: Disable manual override of this signal
Trait Implementations§
Source§impl Clone for OVERRIDE_ENABLE_A
impl Clone for OVERRIDE_ENABLE_A
Source§fn clone(&self) -> OVERRIDE_ENABLE_A
fn clone(&self) -> OVERRIDE_ENABLE_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OVERRIDE_ENABLE_A
impl Debug for OVERRIDE_ENABLE_A
Source§impl From<OVERRIDE_ENABLE_A> for bool
impl From<OVERRIDE_ENABLE_A> for bool
Source§fn from(variant: OVERRIDE_ENABLE_A) -> Self
fn from(variant: OVERRIDE_ENABLE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OVERRIDE_ENABLE_A
impl PartialEq for OVERRIDE_ENABLE_A
impl Copy for OVERRIDE_ENABLE_A
impl Eq for OVERRIDE_ENABLE_A
impl StructuralPartialEq for OVERRIDE_ENABLE_A
Auto Trait Implementations§
impl Freeze for OVERRIDE_ENABLE_A
impl RefUnwindSafe for OVERRIDE_ENABLE_A
impl Send for OVERRIDE_ENABLE_A
impl Sync for OVERRIDE_ENABLE_A
impl Unpin for OVERRIDE_ENABLE_A
impl UnwindSafe for OVERRIDE_ENABLE_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