pub struct Operand<'a> { /* private fields */ }
Expand description
Operand of instructions.
Trait Implementations§
Source§impl<'a> From<BssItemRef<'a>> for Operand<'a>
impl<'a> From<BssItemRef<'a>> for Operand<'a>
Source§fn from(item: BssItemRef<'a>) -> Self
fn from(item: BssItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<DataItemRef<'a>> for Operand<'a>
impl<'a> From<DataItemRef<'a>> for Operand<'a>
Source§fn from(item: DataItemRef<'a>) -> Self
fn from(item: DataItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<ExportItemRef<'a>> for Operand<'a>
impl<'a> From<ExportItemRef<'a>> for Operand<'a>
Source§fn from(item: ExportItemRef<'a>) -> Self
fn from(item: ExportItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<ExprDataItemRef<'a>> for Operand<'a>
impl<'a> From<ExprDataItemRef<'a>> for Operand<'a>
Source§fn from(item: ExprDataItemRef<'a>) -> Self
fn from(item: ExprDataItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<ForwardItemRef<'a>> for Operand<'a>
impl<'a> From<ForwardItemRef<'a>> for Operand<'a>
Source§fn from(item: ForwardItemRef<'a>) -> Self
fn from(item: ForwardItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<FuncItemRef<'a>> for Operand<'a>
impl<'a> From<FuncItemRef<'a>> for Operand<'a>
Source§fn from(item: FuncItemRef<'a>) -> Self
fn from(item: FuncItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<ImportItemRef<'a>> for Operand<'a>
impl<'a> From<ImportItemRef<'a>> for Operand<'a>
Source§fn from(item: ImportItemRef<'a>) -> Self
fn from(item: ImportItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<LabelRefDataItemRef<'a>> for Operand<'a>
impl<'a> From<LabelRefDataItemRef<'a>> for Operand<'a>
Source§fn from(item: LabelRefDataItemRef<'a>) -> Self
fn from(item: LabelRefDataItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<ProtoItemRef<'a>> for Operand<'a>
impl<'a> From<ProtoItemRef<'a>> for Operand<'a>
Source§fn from(item: ProtoItemRef<'a>) -> Self
fn from(item: ProtoItemRef<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<RefDataItemRef<'a>> for Operand<'a>
impl<'a> From<RefDataItemRef<'a>> for Operand<'a>
Source§fn from(item: RefDataItemRef<'a>) -> Self
fn from(item: RefDataItemRef<'a>) -> Self
Converts to this type from the input type.
impl<'a> Copy for Operand<'a>
Auto Trait Implementations§
impl<'a> Freeze for Operand<'a>
impl<'a> RefUnwindSafe for Operand<'a>
impl<'a> !Send for Operand<'a>
impl<'a> !Sync for Operand<'a>
impl<'a> Unpin for Operand<'a>
impl<'a> UnwindSafe for Operand<'a>
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