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