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