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