Struct pgx_pg_sys::Pg_magic_struct
source · [−]#[repr(C)]pub struct Pg_magic_struct {
pub len: c_int,
pub version: c_int,
pub funcmaxargs: c_int,
pub indexmaxkeys: c_int,
pub namedatalen: c_int,
pub float8byval: c_int,
}Fields
len: c_intversion: c_intfuncmaxargs: c_intindexmaxkeys: c_intnamedatalen: c_intfloat8byval: c_intTrait Implementations
sourceimpl Clone for Pg_magic_struct
impl Clone for Pg_magic_struct
sourcefn clone(&self) -> Pg_magic_struct
fn clone(&self) -> Pg_magic_struct
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 Pg_magic_struct
impl Debug for Pg_magic_struct
sourceimpl Default for Pg_magic_struct
impl Default for Pg_magic_struct
sourcefn default() -> Pg_magic_struct
fn default() -> Pg_magic_struct
Returns the “default value” for a type. Read more
impl Copy for Pg_magic_struct
Auto Trait Implementations
impl RefUnwindSafe for Pg_magic_struct
impl Send for Pg_magic_struct
impl Sync for Pg_magic_struct
impl Unpin for Pg_magic_struct
impl UnwindSafe for Pg_magic_struct
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