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