Struct windows_sys::Win32::System::Search::CATEGORIZATIONSET
[−]#[repr(C)]pub struct CATEGORIZATIONSET {
pub cCat: u32,
pub aCat: *mut CATEGORIZATION,
}
Expand description
Required features: "Win32_System_Search"
, "Win32_Foundation"
, "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
Fields
cCat: u32
aCat: *mut CATEGORIZATION
Trait Implementations
impl Clone for CATEGORIZATIONSET
impl Clone for CATEGORIZATIONSET
impl Copy for CATEGORIZATIONSET
Auto Trait Implementations
impl RefUnwindSafe for CATEGORIZATIONSET
impl !Send for CATEGORIZATIONSET
impl !Sync for CATEGORIZATIONSET
impl Unpin for CATEGORIZATIONSET
impl UnwindSafe for CATEGORIZATIONSET
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