Type Alias pq_sys::PQArgBlock

source ·
pub type PQArgBlock = _bindgen_ty_8;

Aliased Type§

struct PQArgBlock {
    pub len: i32,
    pub isint: i32,
    pub u: _bindgen_ty_8__bindgen_ty_1,
}

Fields§

§len: i32§isint: i32§u: _bindgen_ty_8__bindgen_ty_1

Trait Implementations§

source§

impl Clone for _bindgen_ty_8

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _bindgen_ty_8

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for _bindgen_ty_8