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