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_System_Search"
, "Win32_Foundation"
, "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more