Struct windows_sys::Win32::Networking::Ldap::ldapcontrolW
[−]#[repr(C)]pub struct ldapcontrolW {
pub ldctl_oid: PWSTR,
pub ldctl_value: LDAP_BERVAL,
pub ldctl_iscritical: BOOLEAN,
}
Expand description
Required features: "Win32_Networking_Ldap"
, "Win32_Foundation"
Fields
ldctl_oid: PWSTR
ldctl_value: LDAP_BERVAL
ldctl_iscritical: BOOLEAN
Trait Implementations
impl Clone for ldapcontrolW
impl Clone for ldapcontrolW
impl Copy for ldapcontrolW
Auto Trait Implementations
impl RefUnwindSafe for ldapcontrolW
impl !Send for ldapcontrolW
impl !Sync for ldapcontrolW
impl Unpin for ldapcontrolW
impl UnwindSafe for ldapcontrolW
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