pub enum Pvalenselect {
Host = 0,
Auto = 1,
}
Expand description
Preset Value Enable
Value on reset: 0
Variants§
Host = 0
0: SDCLK and Driver Strength are controlled by Host Controller
Auto = 1
1: Automatic Selection by Preset Value is Enabled
Trait Implementations§
Source§impl Clone for Pvalenselect
impl Clone for Pvalenselect
Source§fn clone(&self) -> Pvalenselect
fn clone(&self) -> Pvalenselect
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 Pvalenselect
impl Debug for Pvalenselect
Source§impl From<Pvalenselect> for bool
impl From<Pvalenselect> for bool
Source§fn from(variant: Pvalenselect) -> Self
fn from(variant: Pvalenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pvalenselect
impl PartialEq for Pvalenselect
impl Copy for Pvalenselect
impl Eq for Pvalenselect
impl StructuralPartialEq for Pvalenselect
Auto Trait Implementations§
impl Freeze for Pvalenselect
impl RefUnwindSafe for Pvalenselect
impl Send for Pvalenselect
impl Sync for Pvalenselect
impl Unpin for Pvalenselect
impl UnwindSafe for Pvalenselect
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