Struct pgrx_pg_sys::catcacheheader
source · #[repr(C)]pub struct catcacheheader {
pub ch_caches: slist_head,
pub ch_ntup: c_int,
}
Fields§
§ch_caches: slist_head
§ch_ntup: c_int
Trait Implementations§
source§impl Clone for catcacheheader
impl Clone for catcacheheader
source§fn clone(&self) -> catcacheheader
fn clone(&self) -> catcacheheader
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 catcacheheader
impl Debug for catcacheheader
source§impl Default for catcacheheader
impl Default for catcacheheader
impl Copy for catcacheheader
Auto Trait Implementations§
impl Freeze for catcacheheader
impl RefUnwindSafe for catcacheheader
impl !Send for catcacheheader
impl !Sync for catcacheheader
impl Unpin for catcacheheader
impl UnwindSafe for catcacheheader
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)