pub struct MemoryInstruction { /* private fields */ }Trait Implementations§
Source§impl C6000Instruction for MemoryInstruction
impl C6000Instruction for MemoryInstruction
fn new(input: &InstructionInput) -> Result<Self>
fn instruction_clean(&self) -> String
fn instruction(&self) -> String
fn operands(&self) -> String
fn instruction_data(&self) -> &InstructionData
fn instruction_data_mut(&mut self) -> &mut InstructionData
fn new_compact(_input: &InstructionInput) -> Result<Self>where
Self: Sized,
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 MemoryInstruction
impl RefUnwindSafe for MemoryInstruction
impl Send for MemoryInstruction
impl Sync for MemoryInstruction
impl Unpin for MemoryInstruction
impl UnsafeUnpin for MemoryInstruction
impl UnwindSafe for MemoryInstruction
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