#[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
impl Copy for WALOpenSegment
Auto Trait Implementations§
impl Freeze for WALOpenSegment
impl RefUnwindSafe for WALOpenSegment
impl Send for WALOpenSegment
impl Sync for WALOpenSegment
impl Unpin for WALOpenSegment
impl UnwindSafe for WALOpenSegment
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