Struct CATEGORIZATION
#[repr(C)]pub struct CATEGORIZATION {
pub ulCatType: u32,
pub Anonymous: CATEGORIZATION_0,
pub csColumns: COLUMNSET,
}Fields§
§ulCatType: u32§Anonymous: CATEGORIZATION_0§csColumns: COLUMNSETTrait Implementations§
§impl Clone for CATEGORIZATION
impl Clone for CATEGORIZATION
§fn clone(&self) -> CATEGORIZATION
fn clone(&self) -> CATEGORIZATION
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 CATEGORIZATION
Available on crate features Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.
impl Default for CATEGORIZATION
Available on crate features
Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.impl Copy for CATEGORIZATION
Auto Trait Implementations§
impl Freeze for CATEGORIZATION
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