Struct xed::MemOperandSib
source · pub struct MemOperandSib {
pub scale: u32,
pub index: Reg,
}Fields§
§scale: u32§index: RegTrait Implementations§
source§impl Clone for MemOperandSib
impl Clone for MemOperandSib
source§fn clone(&self) -> MemOperandSib
fn clone(&self) -> MemOperandSib
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MemOperandSib
impl Debug for MemOperandSib
source§impl Hash for MemOperandSib
impl Hash for MemOperandSib
source§impl PartialEq for MemOperandSib
impl PartialEq for MemOperandSib
source§fn eq(&self, other: &MemOperandSib) -> bool
fn eq(&self, other: &MemOperandSib) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for MemOperandSib
impl StructuralPartialEq for MemOperandSib
Auto Trait Implementations§
impl Freeze for MemOperandSib
impl RefUnwindSafe for MemOperandSib
impl Send for MemOperandSib
impl Sync for MemOperandSib
impl Unpin for MemOperandSib
impl UnwindSafe for MemOperandSib
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