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