Struct rpgffi::CreateRangeStmt [] [src]

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

Fields

Trait Implementations

impl Copy for CreateRangeStmt
[src]

impl Clone for CreateRangeStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more