Struct pq_sys::__BindgenUnionField[][src]

#[repr(C)]
pub struct __BindgenUnionField<T>(_);

Methods

impl<T> __BindgenUnionField<T>
[src]

Trait Implementations

impl<T> Default for __BindgenUnionField<T>
[src]

Returns the "default value" for a type. Read more

impl<T> Clone for __BindgenUnionField<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Copy for __BindgenUnionField<T>
[src]

impl<T> Debug for __BindgenUnionField<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for __BindgenUnionField<T> where
    T: Send

impl<T> Sync for __BindgenUnionField<T> where
    T: Sync