Struct pgrx_pg_sys::JumbleState
source · #[repr(C)]pub struct JumbleState {
pub jumble: *mut c_uchar,
pub jumble_len: Size,
pub clocations: *mut LocationLen,
pub clocations_buf_size: c_int,
pub clocations_count: c_int,
pub highest_extern_param_id: c_int,
}Fields§
§jumble: *mut c_uchar§jumble_len: Size§clocations: *mut LocationLen§clocations_buf_size: c_int§clocations_count: c_int§highest_extern_param_id: c_intTrait Implementations§
source§impl Clone for JumbleState
impl Clone for JumbleState
source§fn clone(&self) -> JumbleState
fn clone(&self) -> JumbleState
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