Struct rpgffi::DropdbStmt [] [src]

#[repr(C)]
pub struct DropdbStmt { pub type_: NodeTag, pub dbname: *mut c_char, pub missing_ok: bool_, }

Fields

Trait Implementations

impl Copy for DropdbStmt
[src]

impl Clone for DropdbStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more