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