#[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
impl Copy for WALReadError
Auto Trait Implementations§
impl Freeze for WALReadError
impl RefUnwindSafe for WALReadError
impl Send for WALReadError
impl Sync for WALReadError
impl Unpin for WALReadError
impl UnwindSafe for WALReadError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more