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