Struct pgrx_pg_sys::proclist_head
source · #[repr(C)]pub struct proclist_head {
pub head: c_int,
pub tail: c_int,
}
Fields§
§head: c_int
§tail: c_int
Trait Implementations§
source§impl Clone for proclist_head
impl Clone for proclist_head
source§fn clone(&self) -> proclist_head
fn clone(&self) -> proclist_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 proclist_head
impl Debug for proclist_head
source§impl Default for proclist_head
impl Default for proclist_head
source§fn default() -> proclist_head
fn default() -> proclist_head
Returns the “default value” for a type. Read more
impl Copy for proclist_head
Auto Trait Implementations§
impl Freeze for proclist_head
impl RefUnwindSafe for proclist_head
impl Send for proclist_head
impl Sync for proclist_head
impl Unpin for proclist_head
impl UnwindSafe for proclist_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