Struct sasl2_sys::saslplug::sasl_auxprop_plug[][src]

#[repr(C)]
pub struct sasl_auxprop_plug { pub features: c_int, pub spare_int1: c_int, pub glob_context: *mut c_void, pub auxprop_free: Option<unsafe extern "C" fn(glob_context: *mut c_void, utils: *const sasl_utils_t)>, pub auxprop_lookup: Option<unsafe extern "C" fn(glob_context: *mut c_void, sparams: *mut sasl_server_params_t, flags: c_uint, user: *const c_char, ulen: c_uint) -> c_int>, pub name: *mut c_char, pub auxprop_store: Option<unsafe extern "C" fn(glob_context: *mut c_void, sparams: *mut sasl_server_params_t, ctx: *mut propctx, user: *const c_char, ulen: c_uint) -> c_int>, }

Fields

features: c_intspare_int1: c_intglob_context: *mut c_voidauxprop_free: Option<unsafe extern "C" fn(glob_context: *mut c_void, utils: *const sasl_utils_t)>auxprop_lookup: Option<unsafe extern "C" fn(glob_context: *mut c_void, sparams: *mut sasl_server_params_t, flags: c_uint, user: *const c_char, ulen: c_uint) -> c_int>name: *mut c_charauxprop_store: Option<unsafe extern "C" fn(glob_context: *mut c_void, sparams: *mut sasl_server_params_t, ctx: *mut propctx, user: *const c_char, ulen: c_uint) -> 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.