Struct pq_sys::__BindgenUnionField [−][src]
#[repr(C)]pub struct __BindgenUnionField<T>(_);
Methods
impl<T> __BindgenUnionField<T>[src]
impl<T> __BindgenUnionField<T>pub fn new() -> Self[src]
pub fn new() -> Selfpub unsafe fn as_ref(&self) -> &T[src]
pub unsafe fn as_ref(&self) -> &Tpub unsafe fn as_mut(&mut self) -> &mut T[src]
pub unsafe fn as_mut(&mut self) -> &mut TTrait Implementations
impl<T> Default for __BindgenUnionField<T>[src]
impl<T> Default for __BindgenUnionField<T>impl<T> Clone for __BindgenUnionField<T>[src]
impl<T> Clone for __BindgenUnionField<T>fn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T> Copy for __BindgenUnionField<T>[src]
impl<T> Copy for __BindgenUnionField<T>impl<T> Debug for __BindgenUnionField<T>[src]
impl<T> Debug for __BindgenUnionField<T>Auto Trait Implementations
impl<T> Send for __BindgenUnionField<T> where
T: Send,
impl<T> Send for __BindgenUnionField<T> where
T: Send, impl<T> Sync for __BindgenUnionField<T> where
T: Sync,
impl<T> Sync for __BindgenUnionField<T> where
T: Sync,