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