Struct pgx_pg_sys::WALSegmentContext
source · [−]Fields
ws_dir: [c_char; 1024]ws_segsize: c_intTrait Implementations
sourceimpl Clone for WALSegmentContext
impl Clone for WALSegmentContext
sourcefn clone(&self) -> WALSegmentContext
fn clone(&self) -> WALSegmentContext
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WALSegmentContext
impl Debug for WALSegmentContext
sourceimpl Default for WALSegmentContext
impl Default for WALSegmentContext
impl Copy for WALSegmentContext
Auto Trait Implementations
impl RefUnwindSafe for WALSegmentContext
impl Send for WALSegmentContext
impl Sync for WALSegmentContext
impl Unpin for WALSegmentContext
impl UnwindSafe for WALSegmentContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more