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