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