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