Struct windows_sys::Win32::Networking::Ldap::ldapmodW
[−]#[repr(C)]pub struct ldapmodW {
pub mod_op: u32,
pub mod_type: PWSTR,
pub mod_vals: ldapmodW_0,
}
Expand description
Required features: "Win32_Networking_Ldap"
Fields
mod_op: u32
mod_type: PWSTR
mod_vals: ldapmodW_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ldapmodW
impl !Send for ldapmodW
impl !Sync for ldapmodW
impl Unpin for ldapmodW
impl UnwindSafe for ldapmodW
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