#[repr(C)]pub union ldifrecord_ldif_ops_u {
pub lr_mods: *mut *mut LDAPMod,
pub ldif_op_rename: ldifrecord_ldif_ops_u_ldif_op_rename_s,
pub ldif_op_ext: ldifrecord_ldif_ops_u_ldif_op_ext_s,
pub ldif_op_cmp: ldifrecord_ldif_ops_u_ldif_op_cmp_s,
}Fields§
§lr_mods: *mut *mut LDAPMod§ldif_op_rename: ldifrecord_ldif_ops_u_ldif_op_rename_s§ldif_op_ext: ldifrecord_ldif_ops_u_ldif_op_ext_s§ldif_op_cmp: ldifrecord_ldif_ops_u_ldif_op_cmp_sTrait Implementations§
Source§impl Clone for ldifrecord_ldif_ops_u
impl Clone for ldifrecord_ldif_ops_u
Source§fn clone(&self) -> ldifrecord_ldif_ops_u
fn clone(&self) -> ldifrecord_ldif_ops_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 ldifrecord_ldif_ops_u
Auto Trait Implementations§
impl Freeze for ldifrecord_ldif_ops_u
impl RefUnwindSafe for ldifrecord_ldif_ops_u
impl !Send for ldifrecord_ldif_ops_u
impl !Sync for ldifrecord_ldif_ops_u
impl Unpin for ldifrecord_ldif_ops_u
impl UnwindSafe for ldifrecord_ldif_ops_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