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