Struct pgrx_pg_sys::WalRcvStreamOptions
source · #[repr(C)]pub struct WalRcvStreamOptions {
pub logical: bool,
pub slotname: *mut c_char,
pub startpoint: XLogRecPtr,
pub proto: WalRcvStreamOptions__bindgen_ty_1,
}
Fields§
§logical: bool
§slotname: *mut c_char
§startpoint: XLogRecPtr
§proto: WalRcvStreamOptions__bindgen_ty_1
Trait Implementations§
source§impl Clone for WalRcvStreamOptions
impl Clone for WalRcvStreamOptions
source§fn clone(&self) -> WalRcvStreamOptions
fn clone(&self) -> WalRcvStreamOptions
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 more