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_Networking_Ldap"
, "Win32_Foundation"
Fields
sk_attrtype: PSTR
sk_matchruleoid: PSTR
sk_reverseorder: BOOLEAN
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more