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