[][src]Struct lc3tools_sys::root::lc3::core::IOperand

#[repr(C)]pub struct IOperand {
    pub vtable_: *const IOperand__bindgen_vtable,
    pub type_: OperType,
    pub type_str: string,
    pub width: u32,
    pub value: u32,
}

Fields

vtable_: *const IOperand__bindgen_vtabletype_: OperTypetype_str: stringwidth: u32value: u32

Implementations

impl IOperand[src]

pub unsafe fn isEqualType(&self, other: OperType) -> bool[src]

pub unsafe fn new(type_: OperType, type_str: *const string, width: u32) -> Self[src]

Trait Implementations

impl Default for IOperand[src]

Auto Trait Implementations

impl !RefUnwindSafe for IOperand

impl !Send for IOperand

impl !Sync for IOperand

impl Unpin for IOperand

impl UnwindSafe for IOperand

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.