Struct gccjit::Field [] [src]

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

Field represents a field that composes structs or unions. A number of fields can be combined to create either a struct or a union.

Trait Implementations

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

fn clone(&self) -> Field<'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 Field<'ctx>
[src]

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

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

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

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

Formats the value using the given formatter.