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