Struct rpgffi::CreatePLangStmt [] [src]

#[repr(C)]
pub struct CreatePLangStmt { pub type_: NodeTag, pub replace: bool_, pub plname: *mut c_char, pub plhandler: *mut List, pub plinline: *mut List, pub plvalidator: *mut List, pub pltrusted: bool_, }

Fields

Trait Implementations

impl Copy for CreatePLangStmt
[src]

impl Clone for CreatePLangStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more