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