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