#[repr(C)]pub struct WalSnd {Show 14 fields
pub pid: pid_t,
pub state: Type,
pub sentPtr: XLogRecPtr,
pub needreload: bool,
pub write: XLogRecPtr,
pub flush: XLogRecPtr,
pub apply: XLogRecPtr,
pub writeLag: TimeOffset,
pub flushLag: TimeOffset,
pub applyLag: TimeOffset,
pub sync_standby_priority: c_int,
pub mutex: slock_t,
pub latch: *mut Latch,
pub replyTime: TimestampTz,
}Fields§
§pid: pid_t§state: Type§sentPtr: XLogRecPtr§needreload: bool§write: XLogRecPtr§flush: XLogRecPtr§apply: XLogRecPtr§writeLag: TimeOffset§flushLag: TimeOffset§applyLag: TimeOffset§sync_standby_priority: c_int§mutex: slock_t§latch: *mut Latch§replyTime: TimestampTzTrait Implementations§
Auto Trait Implementations§
impl !Send for WalSnd
impl !Sync for WalSnd
impl Freeze for WalSnd
impl RefUnwindSafe for WalSnd
impl Unpin for WalSnd
impl UnsafeUnpin for WalSnd
impl UnwindSafe for WalSnd
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