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