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