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,
}Fields§
§modv_strvals: *mut PWSTR§modv_bvals: *mut *mut LDAP_BERVALTrait 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§
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