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