Struct pgx_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_intwre_off: c_intwre_req: c_intwre_read: c_intwre_seg: WALOpenSegmentTrait Implementations
sourceimpl Clone for WALReadError
impl Clone for WALReadError
sourcefn clone(&self) -> WALReadError
fn clone(&self) -> WALReadError
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 WALReadError
impl Debug for WALReadError
sourceimpl Default for WALReadError
impl Default for WALReadError
sourcefn default() -> WALReadError
fn default() -> WALReadError
Returns the “default value” for a type. Read more
impl Copy for WALReadError
Auto Trait Implementations
impl RefUnwindSafe for WALReadError
impl Send for WALReadError
impl Sync for WALReadError
impl Unpin for WALReadError
impl UnwindSafe for WALReadError
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