#[repr(u32)]pub enum IRConstTag {
Ico_U1 = 4_864,
Ico_U8 = 4_865,
Ico_U16 = 4_866,
Ico_U32 = 4_867,
Ico_U64 = 4_868,
Ico_F32 = 4_869,
Ico_F32i = 4_870,
Ico_F64 = 4_871,
Ico_F64i = 4_872,
Ico_V128 = 4_873,
Ico_V256 = 4_874,
}
Variants§
Ico_U1 = 4_864
Ico_U8 = 4_865
Ico_U16 = 4_866
Ico_U32 = 4_867
Ico_U64 = 4_868
Ico_F32 = 4_869
Ico_F32i = 4_870
Ico_F64 = 4_871
Ico_F64i = 4_872
Ico_V128 = 4_873
Ico_V256 = 4_874
Trait Implementations§
Source§impl Clone for IRConstTag
impl Clone for IRConstTag
Source§fn clone(&self) -> IRConstTag
fn clone(&self) -> IRConstTag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IRConstTag
impl Debug for IRConstTag
Source§impl Hash for IRConstTag
impl Hash for IRConstTag
Source§impl PartialEq for IRConstTag
impl PartialEq for IRConstTag
impl Copy for IRConstTag
impl Eq for IRConstTag
impl StructuralPartialEq for IRConstTag
Auto Trait Implementations§
impl Freeze for IRConstTag
impl RefUnwindSafe for IRConstTag
impl Send for IRConstTag
impl Sync for IRConstTag
impl Unpin for IRConstTag
impl UnwindSafe for IRConstTag
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