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