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