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