[−][src]Struct sasl2_sys::saslplug::sasl_server_params
Fields
service: *const c_char
appname: *const c_char
serverFQDN: *const c_char
user_realm: *const c_char
iplocalport: *const c_char
ipremoteport: *const c_char
servicelen: c_uint
applen: c_uint
slen: c_uint
urlen: c_uint
iploclen: c_uint
ipremlen: c_uint
log_level: c_int
utils: *const sasl_utils_t
callbacks: *const sasl_callback_t
props: sasl_security_properties_t
external_ssf: sasl_ssf_t
transition: Option<unsafe extern "C" fn(conn: *mut sasl_conn_t, pass: *const c_char, passlen: c_uint) -> c_int>
canon_user: Option<unsafe extern "C" fn(conn: *mut sasl_conn_t, user: *const c_char, ulen: c_uint, flags: c_uint, oparams: *mut sasl_out_params_t) -> c_int>
propctx: *mut propctx
gss_creds: *const c_void
cbinding: *const sasl_channel_binding_t
http_request: *const sasl_http_request_t
spare_ptr4: *mut c_void
spare_fptr1: Option<unsafe extern "C" fn() -> c_int>
spare_fptr2: Option<unsafe extern "C" fn() -> c_int>
spare_int1: c_int
spare_int2: c_int
spare_int3: c_int
flags: c_uint
param_version: c_int
Trait Implementations
impl Clone for sasl_server_params
[src]
fn clone(&self) -> sasl_server_params
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for sasl_server_params
[src]
Auto Trait Implementations
impl RefUnwindSafe for sasl_server_params
impl !Send for sasl_server_params
impl !Sync for sasl_server_params
impl Unpin for sasl_server_params
impl UnwindSafe for sasl_server_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>,