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 (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 CATEGORIZATIONSET
Auto Trait Implementations§
impl !Send for CATEGORIZATIONSET
impl !Sync for CATEGORIZATIONSET
impl Freeze for CATEGORIZATIONSET
impl RefUnwindSafe for CATEGORIZATIONSET
impl Unpin for CATEGORIZATIONSET
impl UnsafeUnpin 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