Struct capstone_sys::cs_x86_encoding
source · #[repr(C)]pub struct cs_x86_encoding {
pub modrm_offset: u8,
pub disp_offset: u8,
pub disp_size: u8,
pub imm_offset: u8,
pub imm_size: u8,
}
Fields§
§modrm_offset: u8
ModR/M offset, or 0 when irrelevant
disp_offset: u8
Displacement offset, or 0 when irrelevant.
disp_size: u8
§imm_offset: u8
Immediate offset, or 0 when irrelevant.
imm_size: u8
Trait Implementations§
source§impl Clone for cs_x86_encoding
impl Clone for cs_x86_encoding
source§impl Debug for cs_x86_encoding
impl Debug for cs_x86_encoding
impl Copy for cs_x86_encoding
Auto Trait Implementations§
impl RefUnwindSafe for cs_x86_encoding
impl Send for cs_x86_encoding
impl Sync for cs_x86_encoding
impl Unpin for cs_x86_encoding
impl UnwindSafe for cs_x86_encoding
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