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