Type Alias pgrx_pg_sys::CatCacheHeader

source ·
pub type CatCacheHeader = catcacheheader;

Aliased Type§

struct CatCacheHeader {
    pub ch_caches: slist_head,
    pub ch_ntup: i32,
}

Fields§

§ch_caches: slist_head§ch_ntup: i32

Trait Implementations§

source§

impl Clone for catcacheheader

source§

fn clone(&self) -> catcacheheader

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 catcacheheader

source§

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

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

impl Default for catcacheheader

source§

fn default() -> Self

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

impl Copy for catcacheheader