#[repr(C)]
pub struct LDAPMessage {
Show 13 fields pub lm_msgid: u32, pub lm_msgtype: u32, pub lm_ber: *mut c_void, pub lm_chain: *mut LDAPMessage, pub lm_next: *mut LDAPMessage, pub lm_time: u32, pub Connection: *mut ldap, pub Request: *mut c_void, pub lm_returncode: u32, pub lm_referral: u16, pub lm_chased: BOOLEAN, pub lm_eom: BOOLEAN, pub ConnectionReferenced: BOOLEAN,
}
Expand description

Required features: "Win32_Networking_Ldap", "Win32_Foundation"

Fields

lm_msgid: u32lm_msgtype: u32lm_ber: *mut c_voidlm_chain: *mut LDAPMessagelm_next: *mut LDAPMessagelm_time: u32Connection: *mut ldapRequest: *mut c_voidlm_returncode: u32lm_referral: u16lm_chased: BOOLEANlm_eom: BOOLEANConnectionReferenced: BOOLEAN

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.