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_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§
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