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