#[repr(C)]
pub struct ssh_server_callbacks_struct { pub size: usize, pub userdata: *mut c_void, pub auth_password_function: ssh_auth_password_callback, pub auth_none_function: ssh_auth_none_callback, pub auth_gssapi_mic_function: ssh_auth_gssapi_mic_callback, pub auth_pubkey_function: ssh_auth_pubkey_callback, pub service_request_function: ssh_service_request_callback, pub channel_open_request_session_function: ssh_channel_open_request_session_callback, pub gssapi_select_oid_function: ssh_gssapi_select_oid_callback, pub gssapi_accept_sec_ctx_function: ssh_gssapi_accept_sec_ctx_callback, pub gssapi_verify_mic_function: ssh_gssapi_verify_mic_callback, }

Fields

size: usizeuserdata: *mut c_voidauth_password_function: ssh_auth_password_callbackauth_none_function: ssh_auth_none_callbackauth_gssapi_mic_function: ssh_auth_gssapi_mic_callbackauth_pubkey_function: ssh_auth_pubkey_callbackservice_request_function: ssh_service_request_callbackchannel_open_request_session_function: ssh_channel_open_request_session_callbackgssapi_select_oid_function: ssh_gssapi_select_oid_callbackgssapi_accept_sec_ctx_function: ssh_gssapi_accept_sec_ctx_callbackgssapi_verify_mic_function: ssh_gssapi_verify_mic_callback

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.