[−][src]Struct lc3tools_sys::root::lc3::core::IInstruction
Fields
vtable_: *const IInstruction__bindgen_vtable
name: string
operands: vector
Implementations
impl IInstruction
[src]
pub unsafe fn getNumOperands(&self) -> u32
[src]
pub unsafe fn assignOperands(&mut self, encoded_inst: u32)
[src]
pub unsafe fn toFormatString(&self) -> string
[src]
pub unsafe fn toValueString(&self) -> string
[src]
pub unsafe fn buildSysCallEnterHelper(
state: *const MachineState,
vector_id: u32,
call_type: MachineState_SysCallType,
computeNewPSRValue: [u64; 4]
) -> vector
[src]
state: *const MachineState,
vector_id: u32,
call_type: MachineState_SysCallType,
computeNewPSRValue: [u64; 4]
) -> vector
pub unsafe fn buildSysCallExitHelper(
state: *const MachineState,
call_type: MachineState_SysCallType
) -> vector
[src]
state: *const MachineState,
call_type: MachineState_SysCallType
) -> vector
pub unsafe fn new(name: *const string, operands: *const vector) -> Self
[src]
pub unsafe fn new1(that: *const IInstruction) -> Self
[src]
Trait Implementations
impl Default for IInstruction
[src]
Auto Trait Implementations
impl !RefUnwindSafe for IInstruction
impl !Send for IInstruction
impl !Sync for IInstruction
impl Unpin for IInstruction
impl UnwindSafe for IInstruction
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,