#[repr(u32)]pub enum X86BranchCondition {
Show 19 variants
Jo = 269,
Jno = 266,
Jb = 257,
Jae = 254,
Je = 260,
Jne = 265,
Jbe = 256,
Ja = 255,
Js = 272,
Jns = 268,
Jp = 270,
Jnp = 267,
Jl = 264,
Jge = 261,
Jle = 263,
Jg = 262,
Jcxz = 258,
Jecxz = 259,
Jrcxz = 271,
}
Variants§
Jo = 269
Jno = 266
Jb = 257
Jae = 254
Je = 260
Jne = 265
Jbe = 256
Ja = 255
Js = 272
Jns = 268
Jp = 270
Jnp = 267
Jl = 264
Jge = 261
Jle = 263
Jg = 262
Jcxz = 258
Jecxz = 259
Jrcxz = 271
Auto Trait Implementations§
impl Freeze for X86BranchCondition
impl RefUnwindSafe for X86BranchCondition
impl Send for X86BranchCondition
impl Sync for X86BranchCondition
impl Unpin for X86BranchCondition
impl UnwindSafe for X86BranchCondition
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