Trait gccjit::ToRValue [] [src]

pub trait ToRValue<'ctx> {
    fn to_rvalue(&self) -> RValue<'ctx>;
}

ToRValue is a trait implemented by types that can be converted to, or treated as, an RValue.

Required Methods

fn to_rvalue(&self) -> RValue<'ctx>

Implementors