Struct windows_sys::Win32::Networking::ActiveDirectory::ADS_SORTKEY
[−]#[repr(C)]pub struct ADS_SORTKEY {
pub pszAttrType: PWSTR,
pub pszReserved: PWSTR,
pub fReverseorder: BOOLEAN,
}
Expand description
Required features: ‘Win32_Networking_ActiveDirectory’, ‘Win32_Foundation’
Fields
pszAttrType: PWSTR
pszReserved: PWSTR
fReverseorder: BOOLEAN
Trait Implementations
impl Clone for ADS_SORTKEY
impl Clone for ADS_SORTKEY
impl Copy for ADS_SORTKEY
Auto Trait Implementations
impl RefUnwindSafe for ADS_SORTKEY
impl !Send for ADS_SORTKEY
impl !Sync for ADS_SORTKEY
impl Unpin for ADS_SORTKEY
impl UnwindSafe for ADS_SORTKEY
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