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