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