#[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

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.