Struct pgrx_pg_sys::pg_local_to_utf_combined
source · #[repr(C)]pub struct pg_local_to_utf_combined {
pub code: uint32,
pub utf1: uint32,
pub utf2: uint32,
}
Fields§
§code: uint32
§utf1: uint32
§utf2: uint32
Trait Implementations§
source§impl Clone for pg_local_to_utf_combined
impl Clone for pg_local_to_utf_combined
source§fn clone(&self) -> pg_local_to_utf_combined
fn clone(&self) -> pg_local_to_utf_combined
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_local_to_utf_combined
impl Debug for pg_local_to_utf_combined
source§impl Default for pg_local_to_utf_combined
impl Default for pg_local_to_utf_combined
source§fn default() -> pg_local_to_utf_combined
fn default() -> pg_local_to_utf_combined
Returns the “default value” for a type. Read more