Type Alias bytea

Source
pub type bytea = varlena;

Aliased Type§

#[repr(C)]
pub struct bytea { pub vl_len_: [i8; 4], pub vl_dat: __IncompleteArrayField<i8>, }

Fields§

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