Struct pgrx_pg_sys::local_relopts
source · #[repr(C)]pub struct local_relopts {
pub options: *mut List,
pub validators: *mut List,
pub relopt_struct_size: Size,
}
Fields§
§options: *mut List
§validators: *mut List
§relopt_struct_size: Size
Trait Implementations§
source§impl Clone for local_relopts
impl Clone for local_relopts
source§fn clone(&self) -> local_relopts
fn clone(&self) -> local_relopts
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