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_int
Trait 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 moresource§impl Debug for JumbleState
impl Debug for JumbleState
source§impl Default for JumbleState
impl Default for JumbleState
impl Copy for JumbleState
Auto Trait Implementations§
impl Freeze for JumbleState
impl RefUnwindSafe for JumbleState
impl !Send for JumbleState
impl !Sync for JumbleState
impl Unpin for JumbleState
impl UnwindSafe for JumbleState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more