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