Struct rpgffi::RangeTableSample [] [src]

#[repr(C)]
pub struct RangeTableSample { pub type_: NodeTag, pub relation: *mut Node, pub method: *mut List, pub args: *mut List, pub repeatable: *mut Node, pub location: c_int, }

Fields

Trait Implementations

impl Copy for RangeTableSample
[src]

impl Clone for RangeTableSample
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more