Union pgrx_pg_sys::PGAlignedBlock
source · #[repr(C)]
pub union PGAlignedBlock {
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 PGAlignedBlock
impl Clone for PGAlignedBlock
source§fn clone(&self) -> PGAlignedBlock
fn clone(&self) -> PGAlignedBlock
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