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