#[repr(C)]pub struct LDAPDerefRes {
pub derefAttr: *mut c_char,
pub derefVal: berval,
pub attrVals: *mut LDAPDerefVal,
pub next: *mut LDAPDerefRes,
}
Fields§
§derefAttr: *mut c_char
§derefVal: berval
§attrVals: *mut LDAPDerefVal
§next: *mut LDAPDerefRes
Trait Implementations§
Source§impl Clone for LDAPDerefRes
impl Clone for LDAPDerefRes
Source§fn clone(&self) -> LDAPDerefRes
fn clone(&self) -> LDAPDerefRes
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 moreSource§impl Debug for LDAPDerefRes
impl Debug for LDAPDerefRes
impl Copy for LDAPDerefRes
Auto Trait Implementations§
impl Freeze for LDAPDerefRes
impl RefUnwindSafe for LDAPDerefRes
impl !Send for LDAPDerefRes
impl !Sync for LDAPDerefRes
impl Unpin for LDAPDerefRes
impl UnwindSafe for LDAPDerefRes
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