#[repr(u32)]pub enum ConsTyp {
SUPEQ = 1,
SUP = 2,
EQ = 0,
DISEQ = 4,
}Variants§
Trait Implementations§
Source§impl From<u32> for ConsTyp
impl From<u32> for ConsTyp
Source§fn from(c: elina_constyp_t) -> Self
fn from(c: elina_constyp_t) -> Self
Converts to this type from the input type.
impl Copy for ConsTyp
impl Eq for ConsTyp
impl StructuralPartialEq for ConsTyp
Auto Trait Implementations§
impl Freeze for ConsTyp
impl RefUnwindSafe for ConsTyp
impl Send for ConsTyp
impl Sync for ConsTyp
impl Unpin for ConsTyp
impl UnwindSafe for ConsTyp
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