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