#[repr(C)]pub struct ldapcontrol {
pub ldctl_oid: *mut c_char,
pub ldctl_value: berval,
pub ldctl_iscritical: c_char,
}Fields§
§ldctl_oid: *mut c_char§ldctl_value: berval§ldctl_iscritical: c_charTrait Implementations§
Source§impl Clone for ldapcontrol
impl Clone for ldapcontrol
Source§fn clone(&self) -> ldapcontrol
fn clone(&self) -> ldapcontrol
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ldapcontrol
Auto Trait Implementations§
impl !Send for ldapcontrol
impl !Sync for ldapcontrol
impl Freeze for ldapcontrol
impl RefUnwindSafe for ldapcontrol
impl Unpin for ldapcontrol
impl UnsafeUnpin for ldapcontrol
impl UnwindSafe for ldapcontrol
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