Struct pgrx_pg_sys::relopt_int
source · #[repr(C)]pub struct relopt_int {
pub gen: relopt_gen,
pub default_val: c_int,
pub min: c_int,
pub max: c_int,
}
Fields§
§gen: relopt_gen
§default_val: c_int
§min: c_int
§max: c_int
Trait Implementations§
source§impl Clone for relopt_int
impl Clone for relopt_int
source§fn clone(&self) -> relopt_int
fn clone(&self) -> relopt_int
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_int
impl Debug for relopt_int
source§impl Default for relopt_int
impl Default for relopt_int
impl Copy for relopt_int
Auto Trait Implementations§
impl Freeze for relopt_int
impl RefUnwindSafe for relopt_int
impl !Send for relopt_int
impl !Sync for relopt_int
impl Unpin for relopt_int
impl UnwindSafe for relopt_int
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