Struct rpgffi::SnapshotData [] [src]

#[repr(C)]
pub struct SnapshotData { pub satisfies: SnapshotSatisfiesFunc, pub xmin: TransactionId, pub xmax: TransactionId, pub xip: *mut TransactionId, pub xcnt: uint32, pub subxip: *mut TransactionId, pub subxcnt: int32, pub suboverflowed: bool_, pub takenDuringRecovery: bool_, pub copied: bool_, pub curcid: CommandId, pub speculativeToken: uint32, pub active_count: uint32, pub regd_count: uint32, pub ph_node: pairingheap_node, pub whenTaken: int64, pub lsn: XLogRecPtr, }

Fields

Trait Implementations

impl Copy for SnapshotData
[src]

impl Clone for SnapshotData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more