Struct rpgffi::ReindexStmt [] [src]

#[repr(C)]
pub struct ReindexStmt { pub type_: NodeTag, pub kind: ReindexObjectType, pub relation: *mut RangeVar, pub name: *const c_char, pub options: c_int, }

Fields

Trait Implementations

impl Copy for ReindexStmt
[src]

impl Clone for ReindexStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more