Struct pgrx_pg_sys::dlist_head
source · #[repr(C)]pub struct dlist_head {
pub head: dlist_node,
}
Fields§
§head: dlist_node
Trait Implementations§
source§impl Clone for dlist_head
impl Clone for dlist_head
source§fn clone(&self) -> dlist_head
fn clone(&self) -> dlist_head
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