Struct xed_sys::xed_interface::xed_memop_t  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct xed_memop_t { pub seg: xed_reg_enum_t, pub base: xed_reg_enum_t, pub index: xed_reg_enum_t, pub scale: u32, pub disp: xed_enc_displacement_t, }
Fields
seg: xed_reg_enum_t
                           
                           
                           base: xed_reg_enum_t
                           
                           
                           index: xed_reg_enum_t
                           
                           
                           scale: u32
                           
                           
                           disp: xed_enc_displacement_t
                           Trait Implementations
impl Debug for xed_memop_t[src]
impl Copy for xed_memop_t[src]
impl Clone for xed_memop_t[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more