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