#[repr(C)]pub struct ZydisEncoderOperand_ {
pub type_: ZydisOperandType,
pub reg: ZydisEncoderOperand__ZydisEncoderOperandReg_,
pub mem: ZydisEncoderOperand__ZydisEncoderOperandMem_,
pub ptr: ZydisEncoderOperand__ZydisEncoderOperandPtr_,
pub imm: ZydisEncoderOperand__ZydisEncoderOperandImm_,
}Expand description
Describes explicit or implicit instruction operand.
Fields§
§type_: ZydisOperandTypeThe type of the operand.
reg: ZydisEncoderOperand__ZydisEncoderOperandReg_§mem: ZydisEncoderOperand__ZydisEncoderOperandMem_§ptr: ZydisEncoderOperand__ZydisEncoderOperandPtr_§imm: ZydisEncoderOperand__ZydisEncoderOperandImm_Trait Implementations§
Source§impl Clone for ZydisEncoderOperand_
impl Clone for ZydisEncoderOperand_
Source§fn clone(&self) -> ZydisEncoderOperand_
fn clone(&self) -> ZydisEncoderOperand_
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 Debug for ZydisEncoderOperand_
impl Debug for ZydisEncoderOperand_
Source§impl Default for ZydisEncoderOperand_
impl Default for ZydisEncoderOperand_
impl Copy for ZydisEncoderOperand_
Auto Trait Implementations§
impl Freeze for ZydisEncoderOperand_
impl RefUnwindSafe for ZydisEncoderOperand_
impl Send for ZydisEncoderOperand_
impl Sync for ZydisEncoderOperand_
impl Unpin for ZydisEncoderOperand_
impl UnwindSafe for ZydisEncoderOperand_
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