Struct xed::ImmOperand
source · pub struct ImmOperand {
pub value: ImmValue,
pub width_in_bits: u32,
}Fields§
§value: ImmValue§width_in_bits: u32Trait Implementations§
source§impl Clone for ImmOperand
impl Clone for ImmOperand
source§fn clone(&self) -> ImmOperand
fn clone(&self) -> ImmOperand
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 ImmOperand
impl Debug for ImmOperand
source§impl Hash for ImmOperand
impl Hash for ImmOperand
source§impl PartialEq for ImmOperand
impl PartialEq for ImmOperand
source§fn eq(&self, other: &ImmOperand) -> bool
fn eq(&self, other: &ImmOperand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ImmOperand
impl StructuralPartialEq for ImmOperand
Auto Trait Implementations§
impl Freeze for ImmOperand
impl RefUnwindSafe for ImmOperand
impl Send for ImmOperand
impl Sync for ImmOperand
impl Unpin for ImmOperand
impl UnwindSafe for ImmOperand
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