Struct pgrx_pg_sys::MemoryContextCallback
source · #[repr(C)]pub struct MemoryContextCallback {
pub func: MemoryContextCallbackFunction,
pub arg: *mut c_void,
pub next: *mut MemoryContextCallback,
}
Fields§
§func: MemoryContextCallbackFunction
§arg: *mut c_void
§next: *mut MemoryContextCallback
Trait Implementations§
source§impl Clone for MemoryContextCallback
impl Clone for MemoryContextCallback
source§fn clone(&self) -> MemoryContextCallback
fn clone(&self) -> MemoryContextCallback
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