Struct pgx_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_MsgHdrm_databaseid: Oidm_filesize: usizeTrait Implementations
sourceimpl Clone for PgStat_MsgTempFile
impl Clone for PgStat_MsgTempFile
sourcefn clone(&self) -> PgStat_MsgTempFile
fn clone(&self) -> PgStat_MsgTempFile
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PgStat_MsgTempFile
impl Debug for PgStat_MsgTempFile
sourceimpl Default for PgStat_MsgTempFile
impl Default for PgStat_MsgTempFile
impl Copy for PgStat_MsgTempFile
Auto Trait Implementations
impl RefUnwindSafe for PgStat_MsgTempFile
impl Send for PgStat_MsgTempFile
impl Sync for PgStat_MsgTempFile
impl Unpin for PgStat_MsgTempFile
impl UnwindSafe for PgStat_MsgTempFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more