#[repr(C)]pub struct ldapmod {
pub mod_op: c_int,
pub mod_type: *mut c_char,
pub mod_vals: ldapmod_mod_vals_u,
}
Fields§
§mod_op: c_int
§mod_type: *mut c_char
§mod_vals: ldapmod_mod_vals_u
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ldapmod
impl RefUnwindSafe for ldapmod
impl !Send for ldapmod
impl !Sync for ldapmod
impl Unpin for ldapmod
impl UnwindSafe for ldapmod
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