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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CATEGORIZATION
Auto Trait Implementations§
impl !Send for CATEGORIZATION
impl !Sync for CATEGORIZATION
impl Freeze for CATEGORIZATION
impl RefUnwindSafe for CATEGORIZATION
impl Unpin for CATEGORIZATION
impl UnsafeUnpin 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