#[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_char
Trait 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 · 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 ldapcontrol
impl Debug for ldapcontrol
impl Copy for ldapcontrol
Auto Trait Implementations§
impl Freeze for ldapcontrol
impl RefUnwindSafe for ldapcontrol
impl !Send for ldapcontrol
impl !Sync for ldapcontrol
impl Unpin 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