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