Struct pgrx_pg_sys::mcontext_t
source · #[repr(C)]pub struct mcontext_t {
pub gregs: gregset_t,
pub fpregs: fpregset_t,
pub __reserved1: [c_ulonglong; 8],
}
Fields§
§gregs: gregset_t
§fpregs: fpregset_t
§__reserved1: [c_ulonglong; 8]
Trait Implementations§
source§impl Clone for mcontext_t
impl Clone for mcontext_t
source§fn clone(&self) -> mcontext_t
fn clone(&self) -> mcontext_t
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