Struct windows_sys::Win32::System::Search::SORTSET
#[repr(C)]pub struct SORTSET {
pub cCol: u32,
pub aCol: *mut SORTKEY,
}Expand description
Required features: "Win32_Storage_IndexServer", "Win32_System_Com_StructuredStorage"
Fields§
§cCol: u32§aCol: *mut SORTKEYTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SORTSET
impl !Send for SORTSET
impl !Sync for SORTSET
impl Unpin for SORTSET
impl UnwindSafe for SORTSET
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