Struct pgrx_pg_sys::PgBackendGSSStatus
source · #[repr(C)]pub struct PgBackendGSSStatus {
pub gss_princ: [c_char; 64],
pub gss_auth: bool,
pub gss_enc: bool,
}
Fields§
§gss_princ: [c_char; 64]
§gss_auth: bool
§gss_enc: bool
Trait Implementations§
source§impl Clone for PgBackendGSSStatus
impl Clone for PgBackendGSSStatus
source§fn clone(&self) -> PgBackendGSSStatus
fn clone(&self) -> PgBackendGSSStatus
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