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