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