#[repr(u32)]pub enum LoadGOp {
ILGop_INVALID = 7_424,
ILGop_IdentV128 = 7_425,
ILGop_Ident64 = 7_426,
ILGop_Ident32 = 7_427,
ILGop_16Uto32 = 7_428,
ILGop_16Sto32 = 7_429,
ILGop_8Uto32 = 7_430,
ILGop_8Sto32 = 7_431,
}
Variants§
ILGop_INVALID = 7_424
ILGop_IdentV128 = 7_425
ILGop_Ident64 = 7_426
ILGop_Ident32 = 7_427
ILGop_16Uto32 = 7_428
ILGop_16Sto32 = 7_429
ILGop_8Uto32 = 7_430
ILGop_8Sto32 = 7_431
Trait Implementations§
impl Copy for IRLoadGOp
impl Eq for IRLoadGOp
impl StructuralPartialEq for IRLoadGOp
Auto Trait Implementations§
impl Freeze for IRLoadGOp
impl RefUnwindSafe for IRLoadGOp
impl Send for IRLoadGOp
impl Sync for IRLoadGOp
impl Unpin for IRLoadGOp
impl UnwindSafe for IRLoadGOp
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