#[repr(C)]pub union ldapmod_mod_vals_u {
    pub modv_strvals: *mut *mut c_char,
    pub modv_bvals: *mut *mut berval,
}Fields§
§modv_strvals: *mut *mut c_char§modv_bvals: *mut *mut bervalTrait Implementations§
Source§impl Clone for ldapmod_mod_vals_u
 
impl Clone for ldapmod_mod_vals_u
Source§fn clone(&self) -> ldapmod_mod_vals_u
 
fn clone(&self) -> ldapmod_mod_vals_u
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for ldapmod_mod_vals_u
Auto Trait Implementations§
impl Freeze for ldapmod_mod_vals_u
impl RefUnwindSafe for ldapmod_mod_vals_u
impl !Send for ldapmod_mod_vals_u
impl !Sync for ldapmod_mod_vals_u
impl Unpin for ldapmod_mod_vals_u
impl UnwindSafe for ldapmod_mod_vals_u
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