Struct rpgffi::GroupingSet [] [src]

#[repr(C)]
pub struct GroupingSet { pub type_: NodeTag, pub kind: GroupingSetKind, pub content: *mut List, pub location: c_int, }

Fields

Trait Implementations

impl Copy for GroupingSet
[src]

impl Clone for GroupingSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more