#[repr(C)]pub struct ud_operand {
pub otype: ud_type,
pub size: u16,
pub base: ud_type,
pub index: ud_type,
pub scale: u8,
pub offset: u8,
pub lval: ud_lval,
pub _legacy: u64,
pub _oprcode: u8,
}
Fields§
§otype: ud_type
§size: u16
§base: ud_type
§index: ud_type
§scale: u8
§offset: u8
§lval: ud_lval
§_legacy: u64
§_oprcode: u8
Trait Implementations§
Source§impl Clone for ud_operand
impl Clone for ud_operand
Source§fn clone(&self) -> ud_operand
fn clone(&self) -> ud_operand
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 ud_operand
impl Debug for ud_operand
impl Copy for ud_operand
Auto Trait Implementations§
impl Freeze for ud_operand
impl RefUnwindSafe for ud_operand
impl Send for ud_operand
impl Sync for ud_operand
impl Unpin for ud_operand
impl UnwindSafe for ud_operand
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