Struct pgrx_pg_sys::relopt_parse_elt
source · #[repr(C)]pub struct relopt_parse_elt {
pub optname: *const c_char,
pub opttype: relopt_type,
pub offset: c_int,
}
Fields§
§optname: *const c_char
§opttype: relopt_type
§offset: c_int
Trait Implementations§
source§impl Clone for relopt_parse_elt
impl Clone for relopt_parse_elt
source§fn clone(&self) -> relopt_parse_elt
fn clone(&self) -> relopt_parse_elt
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 relopt_parse_elt
impl Debug for relopt_parse_elt
source§impl Default for relopt_parse_elt
impl Default for relopt_parse_elt
impl Copy for relopt_parse_elt
Auto Trait Implementations§
impl Freeze for relopt_parse_elt
impl RefUnwindSafe for relopt_parse_elt
impl !Send for relopt_parse_elt
impl !Sync for relopt_parse_elt
impl Unpin for relopt_parse_elt
impl UnwindSafe for relopt_parse_elt
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