Struct sasl2_sys::saslplug::sasl_canonuser[][src]

#[repr(C)]
pub struct sasl_canonuser { pub features: c_int, pub spare_int1: c_int, pub glob_context: *mut c_void, pub name: *mut c_char, pub canon_user_free: Option<unsafe extern "C" fn(glob_context: *mut c_void, utils: *const sasl_utils_t)>, pub canon_user_server: Option<unsafe extern "C" fn(glob_context: *mut c_void, sparams: *mut sasl_server_params_t, user: *const c_char, len: c_uint, flags: c_uint, out: *mut c_char, out_umax: c_uint, out_ulen: *mut c_uint) -> c_int>, pub canon_user_client: Option<unsafe extern "C" fn(glob_context: *mut c_void, cparams: *mut sasl_client_params_t, user: *const c_char, len: c_uint, flags: c_uint, out: *mut c_char, out_max: c_uint, out_len: *mut c_uint) -> c_int>, pub spare_fptr1: Option<unsafe extern "C" fn() -> c_int>, pub spare_fptr2: Option<unsafe extern "C" fn() -> c_int>, pub spare_fptr3: Option<unsafe extern "C" fn() -> c_int>, }

Fields

features: c_intspare_int1: c_intglob_context: *mut c_voidname: *mut c_charcanon_user_free: Option<unsafe extern "C" fn(glob_context: *mut c_void, utils: *const sasl_utils_t)>canon_user_server: Option<unsafe extern "C" fn(glob_context: *mut c_void, sparams: *mut sasl_server_params_t, user: *const c_char, len: c_uint, flags: c_uint, out: *mut c_char, out_umax: c_uint, out_ulen: *mut c_uint) -> c_int>canon_user_client: Option<unsafe extern "C" fn(glob_context: *mut c_void, cparams: *mut sasl_client_params_t, user: *const c_char, len: c_uint, flags: c_uint, out: *mut c_char, out_max: c_uint, out_len: *mut c_uint) -> c_int>spare_fptr1: Option<unsafe extern "C" fn() -> c_int>spare_fptr2: Option<unsafe extern "C" fn() -> c_int>spare_fptr3: Option<unsafe extern "C" fn() -> c_int>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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.