Struct windows_sys::Win32::Networking::Ldap::ldapsortkeyW
[−]#[repr(C)]pub struct ldapsortkeyW {
pub sk_attrtype: PWSTR,
pub sk_matchruleoid: PWSTR,
pub sk_reverseorder: BOOLEAN,
}
Expand description
Required features: ‘Win32_Networking_Ldap’, ‘Win32_Foundation’
Fields
sk_attrtype: PWSTR
sk_matchruleoid: PWSTR
sk_reverseorder: BOOLEAN
Trait Implementations
impl Clone for ldapsortkeyW
impl Clone for ldapsortkeyW
impl Copy for ldapsortkeyW
Auto Trait Implementations
impl RefUnwindSafe for ldapsortkeyW
impl !Send for ldapsortkeyW
impl !Sync for ldapsortkeyW
impl Unpin for ldapsortkeyW
impl UnwindSafe for ldapsortkeyW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more