#[repr(C)]pub struct PGShmemHeader { /* private fields */ }
Trait Implementations§
Source§impl Clone for PGShmemHeader
impl Clone for PGShmemHeader
Source§fn clone(&self) -> PGShmemHeader
fn clone(&self) -> PGShmemHeader
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 Debug for PGShmemHeader
impl Debug for PGShmemHeader
impl Copy for PGShmemHeader
Auto Trait Implementations§
impl Freeze for PGShmemHeader
impl RefUnwindSafe for PGShmemHeader
impl Send for PGShmemHeader
impl Sync for PGShmemHeader
impl Unpin for PGShmemHeader
impl UnwindSafe for PGShmemHeader
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