#[repr(u8)]pub enum Muxposselect {
Pin0 = 0,
Pin1 = 1,
Pin2 = 2,
Pin3 = 3,
}
Expand description
Positive Input Mux Selection
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Muxposselect
impl Clone for Muxposselect
Source§fn clone(&self) -> Muxposselect
fn clone(&self) -> Muxposselect
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 Muxposselect
impl Debug for Muxposselect
Source§impl From<Muxposselect> for u8
impl From<Muxposselect> for u8
Source§fn from(variant: Muxposselect) -> Self
fn from(variant: Muxposselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Muxposselect
impl PartialEq for Muxposselect
impl Copy for Muxposselect
impl Eq for Muxposselect
impl IsEnum for Muxposselect
impl StructuralPartialEq for Muxposselect
Auto Trait Implementations§
impl Freeze for Muxposselect
impl RefUnwindSafe for Muxposselect
impl Send for Muxposselect
impl Sync for Muxposselect
impl Unpin for Muxposselect
impl UnwindSafe for Muxposselect
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