Struct rpgffi::A_Indirection [] [src]

#[repr(C)]
pub struct A_Indirection { pub type_: NodeTag, pub arg: *mut Node, pub indirection: *mut List, }

Fields

Trait Implementations

impl Copy for A_Indirection
[src]

impl Clone for A_Indirection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more