Struct rpgffi::IndexElem [] [src]

#[repr(C)]
pub struct IndexElem { pub type_: NodeTag, pub name: *mut c_char, pub expr: *mut Node, pub indexcolname: *mut c_char, pub collation: *mut List, pub opclass: *mut List, pub ordering: SortByDir, pub nulls_ordering: SortByNulls, }

Fields

Trait Implementations

impl Copy for IndexElem
[src]

impl Clone for IndexElem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more