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