Union pgx_pg_sys::PGAlignedXLogBlock
source · #[repr(C)]
pub union PGAlignedXLogBlock {
pub data: [c_char; 8192],
pub force_align_d: f64,
pub force_align_i64: int64,
}
Fields§
§data: [c_char; 8192]
§force_align_d: f64
§force_align_i64: int64
Trait Implementations§
source§impl Clone for PGAlignedXLogBlock
impl Clone for PGAlignedXLogBlock
source§fn clone(&self) -> PGAlignedXLogBlock
fn clone(&self) -> PGAlignedXLogBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more