[−][src]Struct sasl2_sys::saslplug::sasl_client_params
Fields
service: *const c_char
serverFQDN: *const c_char
clientFQDN: *const c_char
utils: *const sasl_utils_t
prompt_supp: *const sasl_callback_t
iplocalport: *const c_char
ipremoteport: *const c_char
servicelen: c_uint
slen: c_uint
clen: c_uint
iploclen: c_uint
ipremlen: c_uint
props: sasl_security_properties_t
external_ssf: sasl_ssf_t
gss_creds: *const c_void
cbinding: *const sasl_channel_binding_t
http_request: *const sasl_http_request_t
spare_ptr4: *mut c_void
canon_user: Option<unsafe extern "C" fn(conn: *mut sasl_conn_t, in_: *const c_char, len: c_uint, flags: c_uint, oparams: *mut sasl_out_params_t) -> c_int>
spare_fptr1: Option<unsafe extern "C" fn() -> c_int>
cbindingdisp: c_uint
spare_int2: c_int
spare_int3: c_int
flags: c_uint
param_version: c_int
Trait Implementations
impl Clone for sasl_client_params
[src]
fn clone(&self) -> sasl_client_params
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for sasl_client_params
[src]
Auto Trait Implementations
impl RefUnwindSafe for sasl_client_params
impl !Send for sasl_client_params
impl !Sync for sasl_client_params
impl Unpin for sasl_client_params
impl UnwindSafe for sasl_client_params
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>,