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