[][src]Struct oakc::asm::AsmType

pub struct AsmType { /* fields omitted */ }

Implementations

impl AsmType[src]

pub fn new(size: i32) -> Self[src]

pub fn ch() -> Self[src]

pub fn float() -> Self[src]

pub fn void() -> Self[src]

pub fn refer(&self) -> Self[src]

pub fn deref(&self) -> Option<Self>[src]

pub fn get_size(&self) -> i32[src]

Trait Implementations

impl Clone for AsmType[src]

impl Copy for AsmType[src]

impl Debug for AsmType[src]

impl Eq for AsmType[src]

impl Ord for AsmType[src]

impl PartialEq<AsmType> for AsmType[src]

impl PartialOrd<AsmType> for AsmType[src]

impl StructuralEq for AsmType[src]

impl StructuralPartialEq for AsmType[src]

Auto Trait Implementations

impl RefUnwindSafe for AsmType

impl Send for AsmType

impl Sync for AsmType

impl Unpin for AsmType

impl UnwindSafe for AsmType

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.