Struct windows_sys::Win32::System::Search::CATEGORIZATIONSET
#[repr(C)]pub struct CATEGORIZATIONSET {
pub cCat: u32,
pub aCat: *mut CATEGORIZATION,
}Expand description
Required features: "Win32_Foundation", "Win32_Storage_IndexServer", "Win32_System_Com_StructuredStorage", "Win32_System_Variant"
Fields§
§cCat: u32§aCat: *mut CATEGORIZATIONTrait 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§
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