Struct pgrx_pg_sys::PgStat_MsgTempFile
source · #[repr(C)]pub struct PgStat_MsgTempFile {
pub m_hdr: PgStat_MsgHdr,
pub m_databaseid: Oid,
pub m_filesize: usize,
}
Fields§
§m_hdr: PgStat_MsgHdr
§m_databaseid: Oid
§m_filesize: usize
Trait Implementations§
source§impl Clone for PgStat_MsgTempFile
impl Clone for PgStat_MsgTempFile
source§fn clone(&self) -> PgStat_MsgTempFile
fn clone(&self) -> PgStat_MsgTempFile
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