pgrx_pg_sys

Type Alias bytea

Source
pub type bytea = varlena;

Aliased Type§

struct bytea {
    pub vl_len_: [i8; 4],
    pub vl_dat: __IncompleteArrayField<i8>,
}

Fields§

§vl_len_: [i8; 4]§vl_dat: __IncompleteArrayField<i8>