Struct pgrx_pg_sys::DictSubState
source · #[repr(C)]pub struct DictSubState {
pub isend: bool,
pub getnext: bool,
pub private_state: *mut c_void,
}Fields§
§isend: bool§getnext: bool§private_state: *mut c_voidTrait Implementations§
source§impl Clone for DictSubState
impl Clone for DictSubState
source§fn clone(&self) -> DictSubState
fn clone(&self) -> DictSubState
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