pub enum MUXPOS_A {
PIN0,
PIN1,
PIN2,
PIN3,
VSCALE,
}Expand description
Possible values of the field MUXPOS
Variants§
Trait Implementations§
impl Copy for MUXPOS_A
impl StructuralPartialEq for MUXPOS_A
Auto Trait Implementations§
impl Freeze for MUXPOS_A
impl RefUnwindSafe for MUXPOS_A
impl Send for MUXPOS_A
impl Sync for MUXPOS_A
impl Unpin for MUXPOS_A
impl UnwindSafe for MUXPOS_A
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