Struct windows_sys::Win32::Networking::Ldap::LDAPSortKeyA
#[repr(C)]pub struct LDAPSortKeyA {
pub sk_attrtype: PSTR,
pub sk_matchruleoid: PSTR,
pub sk_reverseorder: BOOLEAN,
}Expand description
Required features: "Win32_Foundation"
Fields§
§sk_attrtype: PSTR§sk_matchruleoid: PSTR§sk_reverseorder: BOOLEANTrait Implementations§
§impl Clone for LDAPSortKeyA
impl Clone for LDAPSortKeyA
impl Copy for LDAPSortKeyA
Auto Trait Implementations§
impl RefUnwindSafe for LDAPSortKeyA
impl !Send for LDAPSortKeyA
impl !Sync for LDAPSortKeyA
impl Unpin for LDAPSortKeyA
impl UnwindSafe for LDAPSortKeyA
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