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