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