#[repr(C)]pub struct PgStat_TableEntry {
pub t_id: Oid,
pub t_counts: PgStat_TableCounts,
}
Fields§
§t_id: Oid
§t_counts: PgStat_TableCounts
Trait Implementations§
Source§impl Clone for PgStat_TableEntry
impl Clone for PgStat_TableEntry
Source§fn clone(&self) -> PgStat_TableEntry
fn clone(&self) -> PgStat_TableEntry
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 moreSource§impl Debug for PgStat_TableEntry
impl Debug for PgStat_TableEntry
Source§impl Default for PgStat_TableEntry
impl Default for PgStat_TableEntry
impl Copy for PgStat_TableEntry
Auto Trait Implementations§
impl Freeze for PgStat_TableEntry
impl RefUnwindSafe for PgStat_TableEntry
impl Send for PgStat_TableEntry
impl Sync for PgStat_TableEntry
impl Unpin for PgStat_TableEntry
impl UnwindSafe for PgStat_TableEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more