Struct rpgffi::int2vector [] [src]

#[repr(C)]
pub struct int2vector { pub vl_len_: int32, pub ndim: c_int, pub dataoffset: int32, pub elemtype: Oid, pub dim1: c_int, pub lbound1: c_int, pub values: __IncompleteArrayField<int16>, }

Fields

Trait Implementations

impl Copy for int2vector
[src]

impl Clone for int2vector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more