Struct rpgffi::DropStmt [] [src]

#[repr(C)]
pub struct DropStmt { pub type_: NodeTag, pub objects: *mut List, pub arguments: *mut List, pub removeType: ObjectType, pub behavior: DropBehavior, pub missing_ok: bool_, pub concurrent: bool_, }

Fields

Trait Implementations

impl Copy for DropStmt
[src]

impl Clone for DropStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more