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