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