[−][src]Struct sasl2_sys::saslplug::sasl_client_plug
Fields
mech_name: *const c_char
max_ssf: sasl_ssf_t
security_flags: c_uint
features: c_uint
required_prompts: *const c_ulong
glob_context: *mut c_void
mech_new: Option<unsafe extern "C" fn(glob_context: *mut c_void, cparams: *mut sasl_client_params_t, conn_context: *mut *mut c_void) -> c_int>
mech_step: Option<unsafe extern "C" fn(conn_context: *mut c_void, cparams: *mut sasl_client_params_t, serverin: *const c_char, serverinlen: c_uint, prompt_need: *mut *mut sasl_interact_t, clientout: *mut *const c_char, clientoutlen: *mut c_uint, oparams: *mut sasl_out_params_t) -> c_int>
mech_dispose: Option<unsafe extern "C" fn(conn_context: *mut c_void, utils: *const sasl_utils_t)>
mech_free: Option<unsafe extern "C" fn(glob_context: *mut c_void, utils: *const sasl_utils_t)>
idle: Option<unsafe extern "C" fn(glob_context: *mut c_void, conn_context: *mut c_void, cparams: *mut sasl_client_params_t) -> c_int>
spare_fptr1: Option<unsafe extern "C" fn() -> c_int>
spare_fptr2: Option<unsafe extern "C" fn() -> c_int>
Trait Implementations
impl Clone for sasl_client_plug
[src]
fn clone(&self) -> sasl_client_plug
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for sasl_client_plug
[src]
impl Debug for sasl_client_plug
[src]
Auto Trait Implementations
impl RefUnwindSafe for sasl_client_plug
impl !Send for sasl_client_plug
impl !Sync for sasl_client_plug
impl Unpin for sasl_client_plug
impl UnwindSafe for sasl_client_plug
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,