Struct smbclient_sys::_smbc_callbacks [] [src]

pub struct _smbc_callbacks {
    pub auth_fn: smbc_get_auth_data_fn,
    pub check_server_fn: smbc_check_server_fn,
    pub remove_unused_server_fn: smbc_remove_unused_server_fn,
    pub add_cached_srv_fn: smbc_add_cached_srv_fn,
    pub get_cached_srv_fn: smbc_get_cached_srv_fn,
    pub remove_cached_srv_fn: smbc_remove_cached_srv_fn,
    pub purge_cached_fn: smbc_purge_cached_fn,
}

Fields

auth_fn
check_server_fn
remove_unused_server_fn
add_cached_srv_fn
get_cached_srv_fn
remove_cached_srv_fn
purge_cached_fn

Trait Implementations

impl Clone for _smbc_callbacks

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for _smbc_callbacks

fn default() -> Self

Derived Implementations

impl Copy for _smbc_callbacks