[][src]Struct pgx_pg_sys::ItemIdData

#[repr(C)]
#[repr(align(4))]pub struct ItemIdData {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u16>

Implementations

impl ItemIdData[src]

pub fn lp_off(&self) -> c_uint[src]

pub fn set_lp_off(&mut self, val: c_uint)[src]

pub fn lp_flags(&self) -> c_uint[src]

pub fn set_lp_flags(&mut self, val: c_uint)[src]

pub fn lp_len(&self) -> c_uint[src]

pub fn set_lp_len(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    lp_off: c_uint,
    lp_flags: c_uint,
    lp_len: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u16>
[src]

Trait Implementations

impl Clone for ItemIdData[src]

impl Copy for ItemIdData[src]

impl Debug for ItemIdData[src]

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