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