Struct pq_sys::_bindgen_ty_8__bindgen_ty_1[][src]

#[repr(C)]
pub struct _bindgen_ty_8__bindgen_ty_1 { pub ptr: __BindgenUnionField<*mut c_int>, pub integer: __BindgenUnionField<c_int>, pub bindgen_union_field: u64, }

Fields

Trait Implementations

impl Debug for _bindgen_ty_8__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

impl Copy for _bindgen_ty_8__bindgen_ty_1
[src]

impl Clone for _bindgen_ty_8__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations