Struct gccjit::Parameter [] [src]

pub struct Parameter<'ctx> {
    // some fields omitted
}

Parameter represents a parameter to a function. A series of parameteres can be combined to form a function signature.

Trait Implementations

impl<'ctx> Clone for Parameter<'ctx>
[src]

fn clone(&self) -> Parameter<'ctx>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<'ctx> Copy for Parameter<'ctx>
[src]

impl<'ctx> ToObject<'ctx> for Parameter<'ctx>
[src]

fn to_object(&self) -> Object<'ctx>

impl<'ctx> Debug for Parameter<'ctx>
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl<'ctx> ToRValue<'ctx> for Parameter<'ctx>
[src]

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

impl<'ctx> ToLValue<'ctx> for Parameter<'ctx>
[src]

fn to_lvalue(&self) -> LValue<'ctx>