Union windows_sys::Win32::System::Search::CATEGORIZATION_0
[−]#[repr(C)]
pub union CATEGORIZATION_0 {
pub cClusters: u32,
pub bucket: BUCKETCATEGORIZE,
pub range: RANGECATEGORIZE,
}
Expand description
Required features: ‘Win32_System_Search’, ‘Win32_Foundation’, ‘Win32_Storage_IndexServer’, ‘Win32_System_Com_StructuredStorage’
Fields
cClusters: u32
bucket: BUCKETCATEGORIZE
range: RANGECATEGORIZE
Trait Implementations
impl Clone for CATEGORIZATION_0
impl Clone for CATEGORIZATION_0
impl Copy for CATEGORIZATION_0
Auto Trait Implementations
impl RefUnwindSafe for CATEGORIZATION_0
impl !Send for CATEGORIZATION_0
impl !Sync for CATEGORIZATION_0
impl Unpin for CATEGORIZATION_0
impl UnwindSafe for CATEGORIZATION_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more