Struct CATEGORIZATIONSET
#[repr(C)]pub struct CATEGORIZATIONSET {
pub cCat: u32,
pub aCat: *mut CATEGORIZATION,
}Fields§
§cCat: u32§aCat: *mut CATEGORIZATIONTrait Implementations§
§impl Clone for CATEGORIZATIONSET
impl Clone for CATEGORIZATIONSET
§fn clone(&self) -> CATEGORIZATIONSET
fn clone(&self) -> CATEGORIZATIONSET
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Default for CATEGORIZATIONSET
Available on crate features Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.
impl Default for CATEGORIZATIONSET
Available on crate features
Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.impl Copy for CATEGORIZATIONSET
Auto Trait Implementations§
impl Freeze for CATEGORIZATIONSET
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