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