[][src]Struct pgx_pg_sys::fcodeblobs

#[repr(C)]pub struct fcodeblobs {
    pub f_cd_hash: *mut c_void,
    pub f_hash_size: usize,
    pub f_cd_buffer: *mut c_void,
    pub f_cd_size: usize,
    pub f_out_size: *mut c_uint,
    pub f_arch: c_int,
    pub __padding: c_int,
}

Fields

f_cd_hash: *mut c_voidf_hash_size: usizef_cd_buffer: *mut c_voidf_cd_size: usizef_out_size: *mut c_uintf_arch: c_int__padding: c_int

Trait Implementations

impl Clone for fcodeblobs[src]

impl Copy for fcodeblobs[src]

impl Debug for fcodeblobs[src]

impl Default for fcodeblobs[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.