Struct sasl2_sys::saslplug::sasl_client_params[][src]

#[repr(C)]
pub struct sasl_client_params {
Show 25 fields pub service: *const c_char, pub serverFQDN: *const c_char, pub clientFQDN: *const c_char, pub utils: *const sasl_utils_t, pub prompt_supp: *const sasl_callback_t, pub iplocalport: *const c_char, pub ipremoteport: *const c_char, pub servicelen: c_uint, pub slen: c_uint, pub clen: c_uint, pub iploclen: c_uint, pub ipremlen: c_uint, pub props: sasl_security_properties_t, pub external_ssf: sasl_ssf_t, pub gss_creds: *const c_void, pub cbinding: *const sasl_channel_binding_t, pub http_request: *const sasl_http_request_t, pub spare_ptr4: *mut c_void, pub canon_user: Option<unsafe extern "C" fn(conn: *mut sasl_conn_t, in_: *const c_char, len: c_uint, flags: c_uint, oparams: *mut sasl_out_params_t) -> c_int>, pub spare_fptr1: Option<unsafe extern "C" fn() -> c_int>, pub cbindingdisp: c_uint, pub spare_int2: c_int, pub spare_int3: c_int, pub flags: c_uint, pub param_version: c_int,
}

Fields

service: *const c_charserverFQDN: *const c_charclientFQDN: *const c_charutils: *const sasl_utils_tprompt_supp: *const sasl_callback_tiplocalport: *const c_charipremoteport: *const c_charservicelen: c_uintslen: c_uintclen: c_uintiploclen: c_uintipremlen: c_uintprops: sasl_security_properties_texternal_ssf: sasl_ssf_tgss_creds: *const c_voidcbinding: *const sasl_channel_binding_thttp_request: *const sasl_http_request_tspare_ptr4: *mut c_voidcanon_user: Option<unsafe extern "C" fn(conn: *mut sasl_conn_t, in_: *const c_char, len: c_uint, flags: c_uint, oparams: *mut sasl_out_params_t) -> c_int>spare_fptr1: Option<unsafe extern "C" fn() -> c_int>cbindingdisp: c_uintspare_int2: c_intspare_int3: c_intflags: c_uintparam_version: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.