Struct pgrx_pg_sys::SharedInvalCatcacheMsg
source · #[repr(C)]pub struct SharedInvalCatcacheMsg {
pub id: int8,
pub dbId: Oid,
pub hashValue: uint32,
}
Fields§
§id: int8
§dbId: Oid
§hashValue: uint32
Trait Implementations§
source§fn clone(&self) -> SharedInvalCatcacheMsg
fn clone(&self) -> SharedInvalCatcacheMsg
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