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