Struct rpgffi::HeapTupleData [] [src]

#[repr(C)]
pub struct HeapTupleData { pub t_len: uint32, pub t_self: ItemPointerData, pub t_tableOid: Oid, pub t_data: HeapTupleHeader, }

Fields

Trait Implementations

impl Copy for HeapTupleData
[src]

impl Clone for HeapTupleData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more