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