[]Struct fr::ir::TEMP4

pub struct TEMP4 { /* fields omitted */ }

Methods from Deref<Target = Value>

pub fn copy(&self) -> Result<Self, Error>[src]

pub fn is_ref(&self) -> bool[src]

pub fn zero(&self)[src]

pub fn free(&self)[src]

pub fn set(&self, val: impl Into<usize>)[src]

pub fn assign(&self, val: Self) -> Result<(), Error>[src]

pub fn plus_eq(&self, val: Self)[src]

pub fn minus_eq(&self, val: Self)[src]

pub fn to(&self) -> String[src]

pub fn from(&self) -> String[src]

pub fn size(&self) -> u32[src]

pub fn deref(&self) -> Result<Self, Error>[src]

pub fn refer(&self) -> Result<Self, Error>[src]

Trait Implementations

impl Deref for TEMP4

type Target = Value

The resulting type after dereferencing.

impl LazyStatic for TEMP4

Auto Trait Implementations

impl RefUnwindSafe for TEMP4

impl Send for TEMP4

impl Sync for TEMP4

impl Unpin for TEMP4

impl UnwindSafe for TEMP4

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> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,