pub enum Op {
Show 49 variants
AddF,
AddI,
AddUIExtended,
AndI,
Bitcast,
CeilDivSI,
CeilDivUI,
CmpF,
CmpI,
Constant,
DivF,
DivSI,
DivUI,
ExtF,
ExtSI,
ExtUI,
FloorDivSI,
FPToSI,
FPToUI,
IndexCast,
IndexCastUI,
MaximumF,
MaxNumF,
MaxSI,
MaxUI,
MinimumF,
MinNumF,
MinSI,
MinUI,
MulF,
MulI,
MulSIExtended,
MulUIExtended,
NegF,
OrI,
RemF,
RemSI,
RemUI,
Select,
ShLI,
ShRSI,
ShRUI,
SIToFP,
SubF,
SubI,
TruncF,
TruncI,
UIToFP,
XOrI,
}
Variants§
AddF
AddI
AddUIExtended
AndI
Bitcast
CeilDivSI
CeilDivUI
CmpF
CmpI
Constant
DivF
DivSI
DivUI
ExtF
ExtSI
ExtUI
FloorDivSI
FPToSI
FPToUI
IndexCast
IndexCastUI
MaximumF
MaxNumF
MaxSI
MaxUI
MinimumF
MinNumF
MinSI
MinUI
MulF
MulI
MulSIExtended
MulUIExtended
NegF
OrI
RemF
RemSI
RemUI
Select
ShLI
ShRSI
ShRUI
SIToFP
SubF
SubI
TruncF
TruncI
UIToFP
XOrI
Implementations§
Trait Implementations§
impl Copy for Op
impl StructuralPartialEq for Op
Auto Trait Implementations§
impl Freeze for Op
impl RefUnwindSafe for Op
impl Send for Op
impl Sync for Op
impl Unpin for Op
impl UnwindSafe for Op
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