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