Enum polkavm_assembler::amd64::Condition
source · pub enum Condition {
Show 16 variants
Overflow = 0,
NotOverflow = 1,
Below = 2,
AboveOrEqual = 3,
Equal = 4,
NotEqual = 5,
BelowOrEqual = 6,
Above = 7,
Sign = 8,
NotSign = 9,
Parity = 10,
NotParity = 11,
Less = 12,
GreaterOrEqual = 13,
LessOrEqual = 14,
Greater = 15,
}
Variants§
Overflow = 0
NotOverflow = 1
Below = 2
AboveOrEqual = 3
Equal = 4
NotEqual = 5
BelowOrEqual = 6
Above = 7
Sign = 8
NotSign = 9
Parity = 10
NotParity = 11
Less = 12
GreaterOrEqual = 13
LessOrEqual = 14
Greater = 15
Trait Implementations§
source§impl PartialEq for Condition
impl PartialEq for Condition
impl Copy for Condition
impl Eq for Condition
impl StructuralPartialEq for Condition
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnwindSafe for Condition
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)