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