#[repr(C)]pub struct ldifrecord {
pub lr_op: ber_tag_t,
pub lr_dn: berval,
pub lr_ctrls: *mut *mut LDAPControl,
pub ldif_ops: ldifrecord_ldif_ops_u,
pub lr_ctx: *mut c_void,
pub lr_lines: c_int,
pub lr_lm: *mut LDAPMod,
pub lr_mops: *mut c_uchar,
pub lr_freeval: *mut c_char,
pub lr_vals: *mut berval,
pub lr_btype: *mut berval,
}
Fields§
§lr_op: ber_tag_t
§lr_dn: berval
§lr_ctrls: *mut *mut LDAPControl
§ldif_ops: ldifrecord_ldif_ops_u
§lr_ctx: *mut c_void
§lr_lines: c_int
§lr_lm: *mut LDAPMod
§lr_mops: *mut c_uchar
§lr_freeval: *mut c_char
§lr_vals: *mut berval
§lr_btype: *mut berval
Trait Implementations§
Source§impl Clone for ldifrecord
impl Clone for ldifrecord
Source§fn clone(&self) -> ldifrecord
fn clone(&self) -> ldifrecord
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
Auto Trait Implementations§
impl Freeze for ldifrecord
impl RefUnwindSafe for ldifrecord
impl !Send for ldifrecord
impl !Sync for ldifrecord
impl Unpin for ldifrecord
impl UnwindSafe for ldifrecord
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