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