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