Struct gccjit::Parameter [] [src]

pub struct Parameter<'ctx> { /* 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> Copy for Parameter<'ctx>
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.

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

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