#[repr(u8)]pub enum Drvselselect {
B = 0,
A = 1,
C = 2,
D = 3,
}
Expand description
Driver Strength Select Value for Initialization
Value on reset: 0
Variants§
B = 0
0: Driver Type B is Selected
A = 1
1: Driver Type A is Selected
C = 2
2: Driver Type C is Selected
D = 3
3: Driver Type D is Selected
Trait Implementations§
Source§impl Clone for Drvselselect
impl Clone for Drvselselect
Source§fn clone(&self) -> Drvselselect
fn clone(&self) -> Drvselselect
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 Drvselselect
impl Debug for Drvselselect
Source§impl From<Drvselselect> for u8
impl From<Drvselselect> for u8
Source§fn from(variant: Drvselselect) -> Self
fn from(variant: Drvselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Drvselselect
impl PartialEq for Drvselselect
impl Copy for Drvselselect
impl Eq for Drvselselect
impl IsEnum for Drvselselect
impl StructuralPartialEq for Drvselselect
Auto Trait Implementations§
impl Freeze for Drvselselect
impl RefUnwindSafe for Drvselselect
impl Send for Drvselselect
impl Sync for Drvselselect
impl Unpin for Drvselselect
impl UnwindSafe for Drvselselect
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