Struct pgrx_pg_sys::ArrayMapState
source · #[repr(C)]pub struct ArrayMapState {
pub inp_extra: ArrayMetaState,
pub ret_extra: ArrayMetaState,
}
Fields§
§inp_extra: ArrayMetaState
§ret_extra: ArrayMetaState
Trait Implementations§
source§impl Clone for ArrayMapState
impl Clone for ArrayMapState
source§fn clone(&self) -> ArrayMapState
fn clone(&self) -> ArrayMapState
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