Struct pgrx_pg_sys::JitContext
source · #[repr(C)]pub struct JitContext {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for JitContext
impl Clone for JitContext
source§fn clone(&self) -> JitContext
fn clone(&self) -> JitContext
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 JitContext
impl Debug for JitContext
source§impl Default for JitContext
impl Default for JitContext
source§fn default() -> JitContext
fn default() -> JitContext
Returns the “default value” for a type. Read more
impl Copy for JitContext
Auto Trait Implementations§
impl Freeze for JitContext
impl RefUnwindSafe for JitContext
impl Send for JitContext
impl Sync for JitContext
impl Unpin for JitContext
impl UnwindSafe for JitContext
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