#[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,
}
Expand description

Required features: "Win32_Networking_Ldap"

Fields

ld_sb: ldap_0ld_host: PSTRld_version: u32ld_lberoptions: u8ld_deref: u32ld_timelimit: u32ld_sizelimit: u32ld_errno: u32ld_matched: PSTRld_error: PSTRld_msgid: u32Reserved3: [u8; 25]ld_cldaptries: u32ld_cldaptimeout: u32ld_refhoplimit: u32ld_options: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.