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