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