pub struct InvalidInstruction { /* private fields */ }Trait Implementations§
Source§impl C6000Instruction for InvalidInstruction
impl C6000Instruction for InvalidInstruction
fn new(input: &InstructionInput) -> Result<Self>
fn new_compact(input: &InstructionInput) -> Result<Self>
fn instruction(&self) -> String
fn instruction_data(&self) -> &InstructionData
fn instruction_data_mut(&mut self) -> &mut InstructionData
fn instruction_clean(&self) -> String
fn operands(&self) -> String
fn opcode(&self) -> u32
fn is_compact(&self) -> bool
fn is_parallel(&self) -> bool
fn get_p_bit(&self) -> bool
fn set_parallel(&mut self, parallel: bool)
fn conditional_operation(&self) -> Option<ConditionalOperation>
Auto Trait Implementations§
impl Freeze for InvalidInstruction
impl RefUnwindSafe for InvalidInstruction
impl Send for InvalidInstruction
impl Sync for InvalidInstruction
impl Unpin for InvalidInstruction
impl UnsafeUnpin for InvalidInstruction
impl UnwindSafe for InvalidInstruction
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