pub enum Sdbpwrselect {
Off = 0,
On = 1,
}
Expand description
SD Bus Power
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Sdbpwrselect
impl Clone for Sdbpwrselect
Source§fn clone(&self) -> Sdbpwrselect
fn clone(&self) -> Sdbpwrselect
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 Sdbpwrselect
impl Debug for Sdbpwrselect
Source§impl From<Sdbpwrselect> for bool
impl From<Sdbpwrselect> for bool
Source§fn from(variant: Sdbpwrselect) -> Self
fn from(variant: Sdbpwrselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Sdbpwrselect
impl PartialEq for Sdbpwrselect
impl Copy for Sdbpwrselect
impl Eq for Sdbpwrselect
impl StructuralPartialEq for Sdbpwrselect
Auto Trait Implementations§
impl Freeze for Sdbpwrselect
impl RefUnwindSafe for Sdbpwrselect
impl Send for Sdbpwrselect
impl Sync for Sdbpwrselect
impl Unpin for Sdbpwrselect
impl UnwindSafe for Sdbpwrselect
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