pub(crate) struct FormatField {
pub kind: OperandKind,
pub member: &'static str,
}
Expand description
An immediate field in an instruction format.
This corresponds to a single member of a variant of the InstructionData
data type.
Fields§
§kind: OperandKind
Immediate operand kind.
member: &'static str
Member name in InstructionData variant.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatField
impl !RefUnwindSafe for FormatField
impl !Send for FormatField
impl !Sync for FormatField
impl Unpin for FormatField
impl !UnwindSafe for FormatField
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