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