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