pub enum Txsameselect {
Zero = 0,
Same = 1,
}
Expand description
Transmit Data when Underrun
Value on reset: 0
Variants§
Zero = 0
0: Zero data transmitted in case of underrun
Same = 1
1: Last data transmitted in case of underrun
Trait Implementations§
Source§impl Clone for Txsameselect
impl Clone for Txsameselect
Source§fn clone(&self) -> Txsameselect
fn clone(&self) -> Txsameselect
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 Txsameselect
impl Debug for Txsameselect
Source§impl From<Txsameselect> for bool
impl From<Txsameselect> for bool
Source§fn from(variant: Txsameselect) -> Self
fn from(variant: Txsameselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Txsameselect
impl PartialEq for Txsameselect
impl Copy for Txsameselect
impl Eq for Txsameselect
impl StructuralPartialEq for Txsameselect
Auto Trait Implementations§
impl Freeze for Txsameselect
impl RefUnwindSafe for Txsameselect
impl Send for Txsameselect
impl Sync for Txsameselect
impl Unpin for Txsameselect
impl UnwindSafe for Txsameselect
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