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