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: i32Trait Implementations§
source§impl Clone for catcacheheader
impl Clone for catcacheheader
source§fn clone(&self) -> catcacheheader
fn clone(&self) -> catcacheheader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more