[][src]Struct pgx_pg_sys::DIR

#[repr(C)]pub struct DIR {
    pub __dd_fd: c_int,
    pub __dd_loc: c_long,
    pub __dd_size: c_long,
    pub __dd_buf: *mut c_char,
    pub __dd_len: c_int,
    pub __dd_seek: c_long,
    pub __padding: c_long,
    pub __dd_flags: c_int,
    pub __dd_lock: __darwin_pthread_mutex_t,
    pub __dd_td: *mut _telldir,
}

Fields

__dd_fd: c_int__dd_loc: c_long__dd_size: c_long__dd_buf: *mut c_char__dd_len: c_int__dd_seek: c_long__padding: c_long__dd_flags: c_int__dd_lock: __darwin_pthread_mutex_t__dd_td: *mut _telldir

Trait Implementations

impl Clone for DIR[src]

impl Copy for DIR[src]

impl Default for DIR[src]

Auto Trait Implementations

impl RefUnwindSafe for DIR[src]

impl !Send for DIR[src]

impl !Sync for DIR[src]

impl Unpin for DIR[src]

impl UnwindSafe for DIR[src]

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.