Struct rpgffi::DefElem [] [src]

#[repr(C)]
pub struct DefElem { pub type_: NodeTag, pub defnamespace: *mut c_char, pub defname: *mut c_char, pub arg: *mut Node, pub defaction: DefElemAction, }

Fields

Trait Implementations

impl Copy for DefElem
[src]

impl Clone for DefElem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more