Struct rpgffi::HeapTupleHeaderData [] [src]

#[repr(C)]
pub struct HeapTupleHeaderData { pub t_choice: HeapTupleHeaderData__bindgen_ty_1, pub t_ctid: ItemPointerData, pub t_infomask2: uint16, pub t_infomask: uint16, pub t_hoff: uint8, pub t_bits: __IncompleteArrayField<bits8>, }

Fields

Trait Implementations

impl Copy for HeapTupleHeaderData
[src]

impl Clone for HeapTupleHeaderData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more