#[repr(u8)]pub enum Typelselect {
None = 0,
Single = 1,
Dual = 2,
}
Expand description
Low 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 Typelselect
impl Clone for Typelselect
Source§fn clone(&self) -> Typelselect
fn clone(&self) -> Typelselect
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 Typelselect
impl Debug for Typelselect
Source§impl From<Typelselect> for u8
impl From<Typelselect> for u8
Source§fn from(variant: Typelselect) -> Self
fn from(variant: Typelselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Typelselect
impl PartialEq for Typelselect
impl Copy for Typelselect
impl Eq for Typelselect
impl IsEnum for Typelselect
impl StructuralPartialEq for Typelselect
Auto Trait Implementations§
impl Freeze for Typelselect
impl RefUnwindSafe for Typelselect
impl Send for Typelselect
impl Sync for Typelselect
impl Unpin for Typelselect
impl UnwindSafe for Typelselect
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