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