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