[−][src]Struct sasl2_sys::saslplug::sasl_canonuser
Fields
features: c_int
spare_int1: c_int
glob_context: *mut c_void
name: *mut c_char
canon_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
impl Clone for sasl_canonuser
[src]
fn clone(&self) -> sasl_canonuser
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for sasl_canonuser
[src]
impl Debug for sasl_canonuser
[src]
Auto Trait Implementations
impl RefUnwindSafe for sasl_canonuser
impl !Send for sasl_canonuser
impl !Sync for sasl_canonuser
impl Unpin for sasl_canonuser
impl UnwindSafe for sasl_canonuser
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>,