Struct rpgffi::AccessPriv [] [src]

#[repr(C)]
pub struct AccessPriv { pub type_: NodeTag, pub priv_name: *mut c_char, pub cols: *mut List, }

Fields

Trait Implementations

impl Copy for AccessPriv
[src]

impl Clone for AccessPriv
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more