[−][src]Struct sasl2_sys::saslplug::sasl_out_params
Fields
doneflag: c_uint
user: *const c_char
authid: *const c_char
ulen: c_uint
alen: c_uint
maxoutbuf: c_uint
mech_ssf: sasl_ssf_t
encode_context: *mut c_void
encode: Option<unsafe extern "C" fn(context: *mut c_void, invec: *const iovec, numiov: c_uint, output: *mut *const c_char, outputlen: *mut c_uint) -> c_int>
decode_context: *mut c_void
decode: Option<unsafe extern "C" fn(context: *mut c_void, input: *const c_char, inputlen: c_uint, output: *mut *const c_char, outputlen: *mut c_uint) -> c_int>
client_creds: *mut c_void
gss_peer_name: *const c_void
gss_local_name: *const c_void
cbindingname: *const c_char
spare_fptr1: Option<unsafe extern "C" fn() -> c_int>
spare_fptr2: Option<unsafe extern "C" fn() -> c_int>
cbindingdisp: c_uint
spare_int2: c_int
spare_int3: c_int
spare_int4: c_int
param_version: c_int
Trait Implementations
impl Clone for sasl_out_params
[src]
fn clone(&self) -> sasl_out_params
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for sasl_out_params
[src]
Auto Trait Implementations
impl RefUnwindSafe for sasl_out_params
impl !Send for sasl_out_params
impl !Sync for sasl_out_params
impl Unpin for sasl_out_params
impl UnwindSafe for sasl_out_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>,