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