#[repr(u8)]pub enum P1BypSel {
P1_BYP_SEL_0 = 0,
P1_BYP_SEL_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for P1BypSel
impl Ord for P1BypSel
Source§impl PartialOrd for P1BypSel
impl PartialOrd for P1BypSel
impl Copy for P1BypSel
impl Eq for P1BypSel
impl StructuralPartialEq for P1BypSel
Auto Trait Implementations§
impl Freeze for P1BypSel
impl RefUnwindSafe for P1BypSel
impl Send for P1BypSel
impl Sync for P1BypSel
impl Unpin for P1BypSel
impl UnwindSafe for P1BypSel
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