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