Struct pgrx_pg_sys::PgStat_MsgInquiry
source · #[repr(C)]pub struct PgStat_MsgInquiry {
pub m_hdr: PgStat_MsgHdr,
pub clock_time: TimestampTz,
pub cutoff_time: TimestampTz,
pub databaseid: Oid,
}Fields§
§m_hdr: PgStat_MsgHdr§clock_time: TimestampTz§cutoff_time: TimestampTz§databaseid: OidTrait Implementations§
source§impl Clone for PgStat_MsgInquiry
impl Clone for PgStat_MsgInquiry
source§fn clone(&self) -> PgStat_MsgInquiry
fn clone(&self) -> PgStat_MsgInquiry
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