[][src]Struct pgx_pg_sys::pg_wchar_tbl

#[repr(C)]pub struct pg_wchar_tbl {
    pub mb2wchar_with_len: mb2wchar_with_len_converter,
    pub wchar2mb_with_len: wchar2mb_with_len_converter,
    pub mblen: mblen_converter,
    pub dsplen: mbdisplaylen_converter,
    pub mbverify: mbverifier,
    pub maxmblen: c_int,
}

Fields

mb2wchar_with_len: mb2wchar_with_len_converterwchar2mb_with_len: wchar2mb_with_len_convertermblen: mblen_converterdsplen: mbdisplaylen_convertermbverify: mbverifiermaxmblen: c_int

Trait Implementations

impl Clone for pg_wchar_tbl[src]

impl Copy for pg_wchar_tbl[src]

impl Debug for pg_wchar_tbl[src]

impl Default for pg_wchar_tbl[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.