Struct pgrx_pg_sys::xl_parameter_change
source · #[repr(C)]pub struct xl_parameter_change {
pub MaxConnections: c_int,
pub max_worker_processes: c_int,
pub max_wal_senders: c_int,
pub max_prepared_xacts: c_int,
pub max_locks_per_xact: c_int,
pub wal_level: c_int,
pub wal_log_hints: bool,
pub track_commit_timestamp: bool,
}
Fields§
§MaxConnections: c_int
§max_worker_processes: c_int
§max_wal_senders: c_int
§max_prepared_xacts: c_int
§max_locks_per_xact: c_int
§wal_level: c_int
§wal_log_hints: bool
§track_commit_timestamp: bool
Trait Implementations§
source§impl Clone for xl_parameter_change
impl Clone for xl_parameter_change
source§fn clone(&self) -> xl_parameter_change
fn clone(&self) -> xl_parameter_change
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 xl_parameter_change
impl Debug for xl_parameter_change
source§impl Default for xl_parameter_change
impl Default for xl_parameter_change
source§fn default() -> xl_parameter_change
fn default() -> xl_parameter_change
Returns the “default value” for a type. Read more
impl Copy for xl_parameter_change
Auto Trait Implementations§
impl Freeze for xl_parameter_change
impl RefUnwindSafe for xl_parameter_change
impl Send for xl_parameter_change
impl Sync for xl_parameter_change
impl Unpin for xl_parameter_change
impl UnwindSafe for xl_parameter_change
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