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