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 moresource§impl Debug for slist_head
impl Debug for slist_head
source§impl Default for slist_head
impl Default for slist_head
impl Copy for slist_head
Auto Trait Implementations§
impl Freeze for slist_head
impl RefUnwindSafe for slist_head
impl !Send for slist_head
impl !Sync for slist_head
impl Unpin for slist_head
impl UnwindSafe for slist_head
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