Struct pgx_pg_sys::local_relopt
source · [−]#[repr(C)]pub struct local_relopt {
pub option: *mut relopt_gen,
pub offset: c_int,
}Fields
option: *mut relopt_genoffset: c_intTrait Implementations
sourceimpl Clone for local_relopt
impl Clone for local_relopt
sourcefn clone(&self) -> local_relopt
fn clone(&self) -> local_relopt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for local_relopt
impl Debug for local_relopt
sourceimpl Default for local_relopt
impl Default for local_relopt
impl Copy for local_relopt
Auto Trait Implementations
impl RefUnwindSafe for local_relopt
impl !Send for local_relopt
impl !Sync for local_relopt
impl Unpin for local_relopt
impl UnwindSafe for local_relopt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more