#[repr(C)]pub struct ldap_sync_t {Show 17 fields
pub ls_base: *mut c_char,
pub ls_scope: c_int,
pub ls_filter: *mut c_char,
pub ls_attrs: *mut *mut c_char,
pub ls_timelimit: c_int,
pub ls_sizelimit: c_int,
pub ls_timeout: c_int,
pub ls_search_entry: ldap_sync_search_entry_f,
pub ls_search_reference: ldap_sync_search_reference_f,
pub ls_intermediate: ldap_sync_intermediate_f,
pub ls_search_result: ldap_sync_search_result_f,
pub ls_private: *mut c_void,
pub ls_ld: *mut LDAP,
pub ls_msgid: c_int,
pub ls_reloadHint: c_int,
pub ls_cookie: berval,
pub ls_refreshPhase: ldap_sync_refresh_t,
}
Fields§
§ls_base: *mut c_char
§ls_scope: c_int
§ls_filter: *mut c_char
§ls_attrs: *mut *mut c_char
§ls_timelimit: c_int
§ls_sizelimit: c_int
§ls_timeout: c_int
§ls_search_entry: ldap_sync_search_entry_f
§ls_search_reference: ldap_sync_search_reference_f
§ls_intermediate: ldap_sync_intermediate_f
§ls_search_result: ldap_sync_search_result_f
§ls_private: *mut c_void
§ls_ld: *mut LDAP
§ls_msgid: c_int
§ls_reloadHint: c_int
§ls_refreshPhase: ldap_sync_refresh_t
Trait Implementations§
Source§impl Clone for ldap_sync_t
impl Clone for ldap_sync_t
Source§fn clone(&self) -> ldap_sync_t
fn clone(&self) -> ldap_sync_t
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_sync_t
impl Debug for ldap_sync_t
impl Copy for ldap_sync_t
Auto Trait Implementations§
impl Freeze for ldap_sync_t
impl RefUnwindSafe for ldap_sync_t
impl !Send for ldap_sync_t
impl !Sync for ldap_sync_t
impl Unpin for ldap_sync_t
impl UnwindSafe for ldap_sync_t
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