Struct sasl2_sys::saslplug::sasl_out_params[][src]

#[repr(C)]
pub struct sasl_out_params {
Show 22 fields pub doneflag: c_uint, pub user: *const c_char, pub authid: *const c_char, pub ulen: c_uint, pub alen: c_uint, pub maxoutbuf: c_uint, pub mech_ssf: sasl_ssf_t, pub encode_context: *mut c_void, pub encode: Option<unsafe extern "C" fn(context: *mut c_void, invec: *const iovec, numiov: c_uint, output: *mut *const c_char, outputlen: *mut c_uint) -> c_int>, pub decode_context: *mut c_void, pub decode: Option<unsafe extern "C" fn(context: *mut c_void, input: *const c_char, inputlen: c_uint, output: *mut *const c_char, outputlen: *mut c_uint) -> c_int>, pub client_creds: *mut c_void, pub gss_peer_name: *const c_void, pub gss_local_name: *const c_void, pub cbindingname: *const c_char, pub spare_fptr1: Option<unsafe extern "C" fn() -> c_int>, pub spare_fptr2: Option<unsafe extern "C" fn() -> c_int>, pub cbindingdisp: c_uint, pub spare_int2: c_int, pub spare_int3: c_int, pub spare_int4: c_int, pub param_version: c_int,
}

Fields

doneflag: c_uintuser: *const c_charauthid: *const c_charulen: c_uintalen: c_uintmaxoutbuf: c_uintmech_ssf: sasl_ssf_tencode_context: *mut c_voidencode: Option<unsafe extern "C" fn(context: *mut c_void, invec: *const iovec, numiov: c_uint, output: *mut *const c_char, outputlen: *mut c_uint) -> c_int>decode_context: *mut c_voiddecode: Option<unsafe extern "C" fn(context: *mut c_void, input: *const c_char, inputlen: c_uint, output: *mut *const c_char, outputlen: *mut c_uint) -> c_int>client_creds: *mut c_voidgss_peer_name: *const c_voidgss_local_name: *const c_voidcbindingname: *const c_charspare_fptr1: Option<unsafe extern "C" fn() -> c_int>spare_fptr2: Option<unsafe extern "C" fn() -> c_int>cbindingdisp: c_uintspare_int2: c_intspare_int3: c_intspare_int4: c_intparam_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.