Struct windows_sys::Win32::System::Search::CATEGORIZATION
#[repr(C)]pub struct CATEGORIZATION {
pub ulCatType: u32,
pub Anonymous: CATEGORIZATION_0,
pub csColumns: COLUMNSET,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
, "Win32_System_Variant"
Fields§
§ulCatType: u32
§Anonymous: CATEGORIZATION_0
§csColumns: COLUMNSET
Trait Implementations§
§impl Clone for CATEGORIZATION
impl Clone for CATEGORIZATION
impl Copy for CATEGORIZATION
Auto Trait Implementations§
impl RefUnwindSafe for CATEGORIZATION
impl !Send for CATEGORIZATION
impl !Sync for CATEGORIZATION
impl Unpin for CATEGORIZATION
impl UnwindSafe for CATEGORIZATION
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