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