Type Alias pgrx_pg_sys::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>

Trait Implementations§

source§

impl Debug for varlena

source§

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

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

impl Default for varlena

source§

fn default() -> varlena

Returns the “default value” for a type. Read more