Struct rpgffi::PGXACT [] [src]

#[repr(C)]
pub struct PGXACT { pub xid: TransactionId, pub xmin: TransactionId, pub vacuumFlags: uint8, pub overflowed: bool_, pub delayChkpt: bool_, pub nxids: uint8, }

Fields

Trait Implementations

impl Copy for PGXACT
[src]

impl Clone for PGXACT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more