#[repr(transparent)]pub struct ZydisOperandType_(pub c_uint);Expand description
Defines the ZydisOperandType enum.
Tuple Fields§
§0: c_uintImplementations§
Source§impl ZydisOperandType_
impl ZydisOperandType_
Sourcepub const ZYDIS_OPERAND_TYPE_UNUSED: ZydisOperandType_
pub const ZYDIS_OPERAND_TYPE_UNUSED: ZydisOperandType_
The operand is not used.
Source§impl ZydisOperandType_
impl ZydisOperandType_
Sourcepub const ZYDIS_OPERAND_TYPE_REGISTER: ZydisOperandType_
pub const ZYDIS_OPERAND_TYPE_REGISTER: ZydisOperandType_
The operand is a register operand.
Source§impl ZydisOperandType_
impl ZydisOperandType_
Sourcepub const ZYDIS_OPERAND_TYPE_MEMORY: ZydisOperandType_
pub const ZYDIS_OPERAND_TYPE_MEMORY: ZydisOperandType_
The operand is a memory operand.
Source§impl ZydisOperandType_
impl ZydisOperandType_
Sourcepub const ZYDIS_OPERAND_TYPE_POINTER: ZydisOperandType_
pub const ZYDIS_OPERAND_TYPE_POINTER: ZydisOperandType_
The operand is a pointer operand with a segment:offset lvalue.
Source§impl ZydisOperandType_
impl ZydisOperandType_
Sourcepub const ZYDIS_OPERAND_TYPE_IMMEDIATE: ZydisOperandType_
pub const ZYDIS_OPERAND_TYPE_IMMEDIATE: ZydisOperandType_
The operand is an immediate operand.
Source§impl ZydisOperandType_
impl ZydisOperandType_
Sourcepub const ZYDIS_OPERAND_TYPE_MAX_VALUE: ZydisOperandType_
pub const ZYDIS_OPERAND_TYPE_MAX_VALUE: ZydisOperandType_
Maximum value of this enum.
Source§impl ZydisOperandType_
impl ZydisOperandType_
Sourcepub const ZYDIS_OPERAND_TYPE_REQUIRED_BITS: ZydisOperandType_
pub const ZYDIS_OPERAND_TYPE_REQUIRED_BITS: ZydisOperandType_
The minimum number of bits required to represent all values of this enum.
Trait Implementations§
Source§impl Clone for ZydisOperandType_
impl Clone for ZydisOperandType_
Source§fn clone(&self) -> ZydisOperandType_
fn clone(&self) -> ZydisOperandType_
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 ZydisOperandType_
impl Debug for ZydisOperandType_
Source§impl Hash for ZydisOperandType_
impl Hash for ZydisOperandType_
Source§impl PartialEq for ZydisOperandType_
impl PartialEq for ZydisOperandType_
impl Copy for ZydisOperandType_
impl Eq for ZydisOperandType_
impl StructuralPartialEq for ZydisOperandType_
Auto Trait Implementations§
impl Freeze for ZydisOperandType_
impl RefUnwindSafe for ZydisOperandType_
impl Send for ZydisOperandType_
impl Sync for ZydisOperandType_
impl Unpin for ZydisOperandType_
impl UnwindSafe for ZydisOperandType_
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