#[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_intTrait 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 (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 ldapsortkey
Auto Trait Implementations§
impl !Send for ldapsortkey
impl !Sync for ldapsortkey
impl Freeze for ldapsortkey
impl RefUnwindSafe for ldapsortkey
impl Unpin for ldapsortkey
impl UnsafeUnpin 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