Struct sasl2_sys::sasl::sasl_callback [−][src]
#[repr(C)]pub struct sasl_callback {
pub id: c_ulong,
pub proc_: Option<unsafe extern "C" fn() -> c_int>,
pub context: *mut c_void,
}
Fields
id: c_ulong
proc_: Option<unsafe extern "C" fn() -> c_int>
context: *mut c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sasl_callback
impl !Send for sasl_callback
impl !Sync for sasl_callback
impl Unpin for sasl_callback
impl UnwindSafe for sasl_callback
Blanket Implementations
Mutably borrows from an owned value. Read more