Struct pgx_pg_sys::PageHeaderData[][src]

#[repr(C)]
pub struct PageHeaderData { pub pd_lsn: PageXLogRecPtr, pub pd_checksum: uint16, pub pd_flags: uint16, pub pd_lower: LocationIndex, pub pd_upper: LocationIndex, pub pd_special: LocationIndex, pub pd_pagesize_version: uint16, pub pd_prune_xid: TransactionId, pub pd_linp: __IncompleteArrayField<ItemIdData>, }

Fields

pd_lsn: PageXLogRecPtrpd_checksum: uint16pd_flags: uint16pd_lower: LocationIndexpd_upper: LocationIndexpd_special: LocationIndexpd_pagesize_version: uint16pd_prune_xid: TransactionIdpd_linp: __IncompleteArrayField<ItemIdData>

Trait Implementations

impl Debug for PageHeaderData[src]

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