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