Union capstone_sys::cs_x86__bindgen_ty_1
source · #[repr(C)]
pub union cs_x86__bindgen_ty_1 {
pub eflags: u64,
pub fpu_flags: u64,
}
Fields§
§eflags: u64
EFLAGS updated by this instruction. This can be formed from OR combination of X86_EFLAGS_* symbols in x86.h
fpu_flags: u64
FPU_FLAGS updated by this instruction. This can be formed from OR combination of X86_FPU_FLAGS_* symbols in x86.h
Trait Implementations§
source§impl Clone for cs_x86__bindgen_ty_1
impl Clone for cs_x86__bindgen_ty_1
source§impl Debug for cs_x86__bindgen_ty_1
impl Debug for cs_x86__bindgen_ty_1
impl Copy for cs_x86__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_x86__bindgen_ty_1
impl Send for cs_x86__bindgen_ty_1
impl Sync for cs_x86__bindgen_ty_1
impl Unpin for cs_x86__bindgen_ty_1
impl UnwindSafe for cs_x86__bindgen_ty_1
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