Struct pgrx_pg_sys::WALSegmentContext
source · #[repr(C)]pub struct WALSegmentContext {
pub ws_dir: [c_char; 1024],
pub ws_segsize: c_int,
}
Fields§
§ws_dir: [c_char; 1024]
§ws_segsize: c_int
Trait Implementations§
source§impl Clone for WALSegmentContext
impl Clone for WALSegmentContext
source§fn clone(&self) -> WALSegmentContext
fn clone(&self) -> WALSegmentContext
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