#[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 moreSource§impl Default for PGAlignedXLogBlock
impl Default for PGAlignedXLogBlock
impl Copy for PGAlignedXLogBlock
Auto Trait Implementations§
impl Freeze for PGAlignedXLogBlock
impl RefUnwindSafe for PGAlignedXLogBlock
impl Send for PGAlignedXLogBlock
impl Sync for PGAlignedXLogBlock
impl Unpin for PGAlignedXLogBlock
impl UnwindSafe for PGAlignedXLogBlock
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