Struct rpgffi::SecLabelStmt [] [src]

#[repr(C)]
pub struct SecLabelStmt { pub type_: NodeTag, pub objtype: ObjectType, pub objname: *mut List, pub objargs: *mut List, pub provider: *mut c_char, pub label: *mut c_char, }

Fields

Trait Implementations

impl Copy for SecLabelStmt
[src]

impl Clone for SecLabelStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more