Struct windows_sys::Win32::Networking::Ldap::LDAP
#[repr(C)]pub struct LDAP {Show 16 fields
pub ld_sb: LDAP_0,
pub ld_host: PSTR,
pub ld_version: u32,
pub ld_lberoptions: u8,
pub ld_deref: u32,
pub ld_timelimit: u32,
pub ld_sizelimit: u32,
pub ld_errno: u32,
pub ld_matched: PSTR,
pub ld_error: PSTR,
pub ld_msgid: u32,
pub Reserved3: [u8; 25],
pub ld_cldaptries: u32,
pub ld_cldaptimeout: u32,
pub ld_refhoplimit: u32,
pub ld_options: u32,
}
Fields§
§ld_sb: LDAP_0
§ld_host: PSTR
§ld_version: u32
§ld_lberoptions: u8
§ld_deref: u32
§ld_timelimit: u32
§ld_sizelimit: u32
§ld_errno: u32
§ld_matched: PSTR
§ld_error: PSTR
§ld_msgid: u32
§Reserved3: [u8; 25]
§ld_cldaptries: u32
§ld_cldaptimeout: u32
§ld_refhoplimit: u32
§ld_options: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LDAP
impl !Send for LDAP
impl !Sync for LDAP
impl Unpin for LDAP
impl UnwindSafe for LDAP
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