Struct rpgffi::Hash [] [src]

#[repr(C)]
pub struct Hash { pub plan: Plan, pub skewTable: Oid, pub skewColumn: AttrNumber, pub skewInherit: bool_, pub skewColType: Oid, pub skewColTypmod: int32, }

Fields

Trait Implementations

impl Copy for Hash
[src]

impl Clone for Hash
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more