#[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
impl Copy for pg_local_to_utf_combined
Auto Trait Implementations§
impl Freeze for pg_local_to_utf_combined
impl RefUnwindSafe for pg_local_to_utf_combined
impl Send for pg_local_to_utf_combined
impl Sync for pg_local_to_utf_combined
impl Unpin for pg_local_to_utf_combined
impl UnwindSafe for pg_local_to_utf_combined
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