Struct pgrx_pg_sys::WALOpenSegment
source · #[repr(C)]pub struct WALOpenSegment {
pub ws_file: c_int,
pub ws_segno: XLogSegNo,
pub ws_tli: TimeLineID,
}
Fields§
§ws_file: c_int
§ws_segno: XLogSegNo
§ws_tli: TimeLineID
Trait Implementations§
source§impl Clone for WALOpenSegment
impl Clone for WALOpenSegment
source§fn clone(&self) -> WALOpenSegment
fn clone(&self) -> WALOpenSegment
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 WALOpenSegment
impl Debug for WALOpenSegment
source§impl Default for WALOpenSegment
impl Default for WALOpenSegment
source§fn default() -> WALOpenSegment
fn default() -> WALOpenSegment
Returns the “default value” for a type. Read more