Struct rpgffi::VacuumStmt [] [src]

#[repr(C)]
pub struct VacuumStmt { pub type_: NodeTag, pub options: c_int, pub relation: *mut RangeVar, pub va_cols: *mut List, }

Fields

Trait Implementations

impl Copy for VacuumStmt
[src]

impl Clone for VacuumStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more