#[repr(u32)]pub enum IRType {
Show 16 variants
Ity_INVALID = 4_352,
Ity_I1 = 4_353,
Ity_I8 = 4_354,
Ity_I16 = 4_355,
Ity_I32 = 4_356,
Ity_I64 = 4_357,
Ity_I128 = 4_358,
Ity_F16 = 4_359,
Ity_F32 = 4_360,
Ity_F64 = 4_361,
Ity_D32 = 4_362,
Ity_D64 = 4_363,
Ity_D128 = 4_364,
Ity_F128 = 4_365,
Ity_V128 = 4_366,
Ity_V256 = 4_367,
}
Variants§
Ity_INVALID = 4_352
Ity_I1 = 4_353
Ity_I8 = 4_354
Ity_I16 = 4_355
Ity_I32 = 4_356
Ity_I64 = 4_357
Ity_I128 = 4_358
Ity_F16 = 4_359
Ity_F32 = 4_360
Ity_F64 = 4_361
Ity_D32 = 4_362
Ity_D64 = 4_363
Ity_D128 = 4_364
Ity_F128 = 4_365
Ity_V128 = 4_366
Ity_V256 = 4_367
Trait Implementations§
impl Copy for IRType
impl Eq for IRType
impl StructuralPartialEq for IRType
Auto Trait Implementations§
impl Freeze for IRType
impl RefUnwindSafe for IRType
impl Send for IRType
impl Sync for IRType
impl Unpin for IRType
impl UnwindSafe for IRType
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