Struct rpgffi::Pg_magic_struct [] [src]

#[repr(C)]
pub struct Pg_magic_struct { pub len: c_int, pub version: c_int, pub funcmaxargs: c_int, pub indexmaxkeys: c_int, pub namedatalen: c_int, pub float4byval: c_int, pub float8byval: c_int, }

Fields

Trait Implementations

impl Copy for Pg_magic_struct
[src]

impl Clone for Pg_magic_struct
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more