Struct pgrx_pg_sys::ForFourState
source · #[repr(C)]pub struct ForFourState {
pub l1: *const List,
pub l2: *const List,
pub l3: *const List,
pub l4: *const List,
pub i: c_int,
}
Fields§
§l1: *const List
§l2: *const List
§l3: *const List
§l4: *const List
§i: c_int
Trait Implementations§
source§impl Clone for ForFourState
impl Clone for ForFourState
source§fn clone(&self) -> ForFourState
fn clone(&self) -> ForFourState
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