#[repr(u8)]pub enum Typehselect {
None = 0,
Single = 1,
Dual = 2,
}
Expand description
High Double-Word Error Type
Value on reset: 0
Variants§
None = 0
0: No Error Detected Since Last Read
Single = 1
1: At Least One Single Error Detected Since last Read
Dual = 2
2: At Least One Dual Error Detected Since Last Read
Trait Implementations§
Source§impl Clone for Typehselect
impl Clone for Typehselect
Source§fn clone(&self) -> Typehselect
fn clone(&self) -> Typehselect
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 Typehselect
impl Debug for Typehselect
Source§impl From<Typehselect> for u8
impl From<Typehselect> for u8
Source§fn from(variant: Typehselect) -> Self
fn from(variant: Typehselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Typehselect
impl PartialEq for Typehselect
impl Copy for Typehselect
impl Eq for Typehselect
impl IsEnum for Typehselect
impl StructuralPartialEq for Typehselect
Auto Trait Implementations§
impl Freeze for Typehselect
impl RefUnwindSafe for Typehselect
impl Send for Typehselect
impl Sync for Typehselect
impl Unpin for Typehselect
impl UnwindSafe for Typehselect
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