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 moresource§impl Default for PGAlignedBlock
impl Default for PGAlignedBlock
impl Copy for PGAlignedBlock
Auto Trait Implementations§
impl Freeze for PGAlignedBlock
impl RefUnwindSafe for PGAlignedBlock
impl Send for PGAlignedBlock
impl Sync for PGAlignedBlock
impl Unpin for PGAlignedBlock
impl UnwindSafe for PGAlignedBlock
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more