Struct windows_sys::Win32::Networking::Ldap::ldapcontrolA
[−]#[repr(C)]pub struct ldapcontrolA {
pub ldctl_oid: PSTR,
pub ldctl_value: LDAP_BERVAL,
pub ldctl_iscritical: BOOLEAN,
}
Expand description
Required features: "Win32_Networking_Ldap"
, "Win32_Foundation"
Fields
ldctl_oid: PSTR
ldctl_value: LDAP_BERVAL
ldctl_iscritical: BOOLEAN
Trait Implementations
impl Clone for ldapcontrolA
impl Clone for ldapcontrolA
impl Copy for ldapcontrolA
Auto Trait Implementations
impl RefUnwindSafe for ldapcontrolA
impl !Send for ldapcontrolA
impl !Sync for ldapcontrolA
impl Unpin for ldapcontrolA
impl UnwindSafe for ldapcontrolA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more