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