Struct rpgffi::FuncWithArgs [] [src]

#[repr(C)]
pub struct FuncWithArgs { pub type_: NodeTag, pub funcname: *mut List, pub funcargs: *mut List, }

Fields

Trait Implementations

impl Copy for FuncWithArgs
[src]

impl Clone for FuncWithArgs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more