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