#[repr(C)]pub struct ZydisEncoderOperand__ZydisEncoderOperandMem_ {
pub base: ZydisRegister,
pub index: ZydisRegister,
pub scale: ZyanU8,
pub displacement: ZyanI64,
pub size: ZyanU16,
}Expand description
Extended info for memory-operands.
Fields§
§base: ZydisRegisterThe base register.
index: ZydisRegisterThe index register.
scale: ZyanU8The scale factor.
displacement: ZyanI64The displacement value.
size: ZyanU16Size of this operand in bytes.
Trait Implementations§
Source§impl Clone for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl Clone for ZydisEncoderOperand__ZydisEncoderOperandMem_
Source§fn clone(&self) -> ZydisEncoderOperand__ZydisEncoderOperandMem_
fn clone(&self) -> ZydisEncoderOperand__ZydisEncoderOperandMem_
Returns a duplicate 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 PartialEq for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl PartialEq for ZydisEncoderOperand__ZydisEncoderOperandMem_
Source§fn eq(&self, other: &ZydisEncoderOperand__ZydisEncoderOperandMem_) -> bool
fn eq(&self, other: &ZydisEncoderOperand__ZydisEncoderOperandMem_) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl Eq for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl StructuralPartialEq for ZydisEncoderOperand__ZydisEncoderOperandMem_
Auto Trait Implementations§
impl Freeze for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl RefUnwindSafe for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl Send for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl Sync for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl Unpin for ZydisEncoderOperand__ZydisEncoderOperandMem_
impl UnwindSafe for ZydisEncoderOperand__ZydisEncoderOperandMem_
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