#[repr(C)]pub struct ZydisEncoderOperand__ZydisEncoderOperandPtr_ {
pub segment: ZyanU16,
pub offset: ZyanU32,
}Expand description
Extended info for pointer-operands.
Fields§
§segment: ZyanU16The segment value.
offset: ZyanU32The offset value.
Trait Implementations§
Source§impl Clone for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl Clone for ZydisEncoderOperand__ZydisEncoderOperandPtr_
Source§fn clone(&self) -> ZydisEncoderOperand__ZydisEncoderOperandPtr_
fn clone(&self) -> ZydisEncoderOperand__ZydisEncoderOperandPtr_
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 Default for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl Default for ZydisEncoderOperand__ZydisEncoderOperandPtr_
Source§fn default() -> ZydisEncoderOperand__ZydisEncoderOperandPtr_
fn default() -> ZydisEncoderOperand__ZydisEncoderOperandPtr_
Returns the “default value” for a type. Read more
Source§impl PartialEq for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl PartialEq for ZydisEncoderOperand__ZydisEncoderOperandPtr_
Source§fn eq(&self, other: &ZydisEncoderOperand__ZydisEncoderOperandPtr_) -> bool
fn eq(&self, other: &ZydisEncoderOperand__ZydisEncoderOperandPtr_) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl Eq for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl StructuralPartialEq for ZydisEncoderOperand__ZydisEncoderOperandPtr_
Auto Trait Implementations§
impl Freeze for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl RefUnwindSafe for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl Send for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl Sync for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl Unpin for ZydisEncoderOperand__ZydisEncoderOperandPtr_
impl UnwindSafe for ZydisEncoderOperand__ZydisEncoderOperandPtr_
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