#[repr(C)]pub struct ldap_conncb {
pub lc_add: ldap_conn_add_f,
pub lc_del: ldap_conn_del_f,
pub lc_arg: *mut c_void,
}
Fields§
§lc_add: ldap_conn_add_f
§lc_del: ldap_conn_del_f
§lc_arg: *mut c_void
Trait Implementations§
Source§impl Clone for ldap_conncb
impl Clone for ldap_conncb
Source§fn clone(&self) -> ldap_conncb
fn clone(&self) -> ldap_conncb
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ldap_conncb
impl Debug for ldap_conncb
impl Copy for ldap_conncb
Auto Trait Implementations§
impl Freeze for ldap_conncb
impl RefUnwindSafe for ldap_conncb
impl !Send for ldap_conncb
impl !Sync for ldap_conncb
impl Unpin for ldap_conncb
impl UnwindSafe for ldap_conncb
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