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: u8ModR/M offset, or 0 when irrelevant
disp_offset: u8Displacement offset, or 0 when irrelevant.
disp_size: u8imm_offset: u8Immediate offset, or 0 when irrelevant.
imm_size: u8Trait Implementations
sourceimpl Clone for cs_x86_encoding
impl Clone for cs_x86_encoding
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more