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