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