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