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