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