pub enum SIGNAL_ASSERT_A {
HIGH = 1,
LOW = 0,
}
Expand description
Value to override Request-to-Send signal if override is enabled
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for SIGNAL_ASSERT_A
impl Clone for SIGNAL_ASSERT_A
Source§fn clone(&self) -> SIGNAL_ASSERT_A
fn clone(&self) -> SIGNAL_ASSERT_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 SIGNAL_ASSERT_A
impl Debug for SIGNAL_ASSERT_A
Source§impl From<SIGNAL_ASSERT_A> for bool
impl From<SIGNAL_ASSERT_A> for bool
Source§fn from(variant: SIGNAL_ASSERT_A) -> Self
fn from(variant: SIGNAL_ASSERT_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SIGNAL_ASSERT_A
impl PartialEq for SIGNAL_ASSERT_A
impl Copy for SIGNAL_ASSERT_A
impl Eq for SIGNAL_ASSERT_A
impl StructuralPartialEq for SIGNAL_ASSERT_A
Auto Trait Implementations§
impl Freeze for SIGNAL_ASSERT_A
impl RefUnwindSafe for SIGNAL_ASSERT_A
impl Send for SIGNAL_ASSERT_A
impl Sync for SIGNAL_ASSERT_A
impl Unpin for SIGNAL_ASSERT_A
impl UnwindSafe for SIGNAL_ASSERT_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