Struct rpgffi::CompositeTypeStmt [] [src]

#[repr(C)]
pub struct CompositeTypeStmt { pub type_: NodeTag, pub typevar: *mut RangeVar, pub coldeflist: *mut List, }

Fields

Trait Implementations

impl Copy for CompositeTypeStmt
[src]

impl Clone for CompositeTypeStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more