#[repr(C)]pub struct FormData_pg_amproc {
pub oid: Oid,
pub amprocfamily: Oid,
pub amproclefttype: Oid,
pub amprocrighttype: Oid,
pub amprocnum: int16,
pub amproc: regproc,
}
Fields§
§oid: Oid
§amprocfamily: Oid
§amproclefttype: Oid
§amprocrighttype: Oid
§amprocnum: int16
§amproc: regproc
Trait Implementations§
Source§impl Clone for FormData_pg_amproc
impl Clone for FormData_pg_amproc
Source§fn clone(&self) -> FormData_pg_amproc
fn clone(&self) -> FormData_pg_amproc
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 FormData_pg_amproc
impl Debug for FormData_pg_amproc
Source§impl Default for FormData_pg_amproc
impl Default for FormData_pg_amproc
impl Copy for FormData_pg_amproc
Auto Trait Implementations§
impl Freeze for FormData_pg_amproc
impl RefUnwindSafe for FormData_pg_amproc
impl Send for FormData_pg_amproc
impl Sync for FormData_pg_amproc
impl Unpin for FormData_pg_amproc
impl UnwindSafe for FormData_pg_amproc
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