Struct gccjit::Field [] [src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.