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