pub enum TX_END_DELAY_A {
VALUE1 = 0,
VALUE2 = 1,
}
Expand description
Tx End Delay
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for TX_END_DELAY_A
impl Clone for TX_END_DELAY_A
Source§fn clone(&self) -> TX_END_DELAY_A
fn clone(&self) -> TX_END_DELAY_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 TX_END_DELAY_A
impl Debug for TX_END_DELAY_A
Source§impl From<TX_END_DELAY_A> for bool
impl From<TX_END_DELAY_A> for bool
Source§fn from(variant: TX_END_DELAY_A) -> Self
fn from(variant: TX_END_DELAY_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TX_END_DELAY_A
impl PartialEq for TX_END_DELAY_A
impl Copy for TX_END_DELAY_A
impl Eq for TX_END_DELAY_A
impl StructuralPartialEq for TX_END_DELAY_A
Auto Trait Implementations§
impl Freeze for TX_END_DELAY_A
impl RefUnwindSafe for TX_END_DELAY_A
impl Send for TX_END_DELAY_A
impl Sync for TX_END_DELAY_A
impl Unpin for TX_END_DELAY_A
impl UnwindSafe for TX_END_DELAY_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