#[repr(C)]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: smbc_get_auth_data_fn§check_server_fn: smbc_check_server_fn§remove_unused_server_fn: smbc_remove_unused_server_fn§add_cached_srv_fn: smbc_add_cached_srv_fn§get_cached_srv_fn: smbc_get_cached_srv_fn§remove_cached_srv_fn: smbc_remove_cached_srv_fn§purge_cached_fn: smbc_purge_cached_fnTrait Implementations§
Source§impl Clone for _smbc_callbacks
impl Clone for _smbc_callbacks
Source§impl Default for _smbc_callbacks
impl Default for _smbc_callbacks
impl Copy for _smbc_callbacks
Auto Trait Implementations§
impl Freeze for _smbc_callbacks
impl RefUnwindSafe for _smbc_callbacks
impl Send for _smbc_callbacks
impl Sync for _smbc_callbacks
impl Unpin for _smbc_callbacks
impl UnwindSafe for _smbc_callbacks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more