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_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§
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