Struct rpgffi::CreateEnumStmt [] [src]

#[repr(C)]
pub struct CreateEnumStmt { pub type_: NodeTag, pub typeName: *mut List, pub vals: *mut List, }

Fields

Trait Implementations

impl Copy for CreateEnumStmt
[src]

impl Clone for CreateEnumStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more