Union windows_sys::Win32::Networking::Ldap::LDAPModA_0
[−]#[repr(C)]
pub union LDAPModA_0 {
pub modv_strvals: *mut PSTR,
pub modv_bvals: *mut *mut LDAP_BERVAL,
}
Expand description
Required features: "Win32_Networking_Ldap"
Fields
modv_strvals: *mut PSTR
modv_bvals: *mut *mut LDAP_BERVAL
Trait Implementations
impl Clone for LDAPModA_0
impl Clone for LDAPModA_0
impl Copy for LDAPModA_0
Auto Trait Implementations
impl RefUnwindSafe for LDAPModA_0
impl !Send for LDAPModA_0
impl !Sync for LDAPModA_0
impl Unpin for LDAPModA_0
impl UnwindSafe for LDAPModA_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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