pub struct Operand { /* private fields */ }
Implementations§
Source§impl Operand
impl Operand
pub fn flags(&self) -> OperandFlags
pub fn offb(&self) -> i8
pub fn offo(&self) -> i8
pub fn n(&self) -> usize
pub fn number(&self) -> usize
pub fn type_(&self) -> OperandType
pub fn dtype(&self) -> OperandDataType
pub fn reg(&self) -> Option<Register>
pub fn register(&self) -> Option<Register>
pub fn phrase(&self) -> Option<Phrase>
pub fn value(&self) -> Option<u64>
pub fn outer_displacement(&self) -> Option<u64>
pub fn address(&self) -> Option<Address>
pub fn addr(&self) -> Option<Address>
pub fn processor_specific(&self) -> Option<u64>
pub fn processor_specific_low(&self) -> Option<u16>
pub fn processor_specific_high(&self) -> Option<u16>
pub fn processor_specific_flag1(&self) -> Option<i8>
pub fn processor_specific_flag2(&self) -> Option<i8>
pub fn processor_specific_flag3(&self) -> Option<i8>
pub fn processor_specific_flag4(&self) -> Option<i8>
pub fn is_processor_specific(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Operand
impl RefUnwindSafe for Operand
impl Send for Operand
impl Sync for Operand
impl Unpin for Operand
impl UnwindSafe for 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