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