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