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