Struct rpgffi::ClusterStmt [] [src]

#[repr(C)]
pub struct ClusterStmt { pub type_: NodeTag, pub relation: *mut RangeVar, pub indexname: *mut c_char, pub verbose: bool_, }

Fields

Trait Implementations

impl Copy for ClusterStmt
[src]

impl Clone for ClusterStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more