[][src]Struct libfirm_rs::Tarval

pub struct Tarval(_);

Methods

impl Tarval
[src]

used for mjrt_new

  • Returns non-zero if the tarval is a constant (i.e.
  • NOT a reserved tarval like bad, undef, reachable etc.)

Trait Implementations

impl PartialEq<Tarval> for Tarval
[src]

This method tests for !=.

impl From<*mut ir_tarval> for Tarval
[src]

impl From<Tarval> for *mut ir_tarval
[src]

impl Clone for Tarval
[src]

Performs copy-assignment from source. Read more

impl Copy for Tarval
[src]

impl Eq for Tarval
[src]

impl Into<*const ir_tarval> for Tarval
[src]

impl Debug for Tarval
[src]

impl Rem<Tarval> for Tarval
[src]

The resulting type after applying the % operator.

impl Div<Tarval> for Tarval
[src]

The resulting type after applying the / operator.

impl Add<Tarval> for Tarval
[src]

The resulting type after applying the + operator.

impl Sub<Tarval> for Tarval
[src]

The resulting type after applying the - operator.

impl Mul<Tarval> for Tarval
[src]

The resulting type after applying the * operator.

impl Neg for Tarval
[src]

The resulting type after applying the - operator.

impl BitXor<Tarval> for Tarval
[src]

The resulting type after applying the ^ operator.

Auto Trait Implementations

impl !Send for Tarval

impl !Sync for Tarval

Blanket Implementations

impl<T> From for T
[src]

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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