#[repr(u8)]pub enum Sdbvselselect {
_1v8 = 5,
_3v0 = 6,
_3v3 = 7,
}
Expand description
SD Bus Voltage Select
Value on reset: 7
Variants§
Trait Implementations§
Source§impl Clone for Sdbvselselect
impl Clone for Sdbvselselect
Source§fn clone(&self) -> Sdbvselselect
fn clone(&self) -> Sdbvselselect
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 Sdbvselselect
impl Debug for Sdbvselselect
Source§impl From<Sdbvselselect> for u8
impl From<Sdbvselselect> for u8
Source§fn from(variant: Sdbvselselect) -> Self
fn from(variant: Sdbvselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sdbvselselect
impl PartialEq for Sdbvselselect
impl Copy for Sdbvselselect
impl Eq for Sdbvselselect
impl IsEnum for Sdbvselselect
impl StructuralPartialEq for Sdbvselselect
Auto Trait Implementations§
impl Freeze for Sdbvselselect
impl RefUnwindSafe for Sdbvselselect
impl Send for Sdbvselselect
impl Sync for Sdbvselselect
impl Unpin for Sdbvselselect
impl UnwindSafe for Sdbvselselect
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