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