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