#[repr(u8)]pub enum Doposelect {
Pad0 = 0,
Pad2 = 2,
}
Expand description
Data Out Pinout
Value on reset: 0
Variants§
Pad0 = 0
0: DO on PAD[0], SCK on PAD[1] and SS on PAD[2]
Pad2 = 2
2: DO on PAD[3], SCK on PAD[1] and SS on PAD[2]
Trait Implementations§
Source§impl Clone for Doposelect
impl Clone for Doposelect
Source§fn clone(&self) -> Doposelect
fn clone(&self) -> Doposelect
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 Doposelect
impl Debug for Doposelect
Source§impl From<Doposelect> for u8
impl From<Doposelect> for u8
Source§fn from(variant: Doposelect) -> Self
fn from(variant: Doposelect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Doposelect
impl PartialEq for Doposelect
impl Copy for Doposelect
impl Eq for Doposelect
impl IsEnum for Doposelect
impl StructuralPartialEq for Doposelect
Auto Trait Implementations§
impl Freeze for Doposelect
impl RefUnwindSafe for Doposelect
impl Send for Doposelect
impl Sync for Doposelect
impl Unpin for Doposelect
impl UnwindSafe for Doposelect
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