Struct CATEGORYINFO_FLAGS
#[repr(transparent)]pub struct CATEGORYINFO_FLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
§impl CATEGORYINFO_FLAGS
 
impl CATEGORYINFO_FLAGS
Trait Implementations§
§impl BitAnd for CATEGORYINFO_FLAGS
 
impl BitAnd for CATEGORYINFO_FLAGS
§impl BitAndAssign for CATEGORYINFO_FLAGS
 
impl BitAndAssign for CATEGORYINFO_FLAGS
§fn bitand_assign(&mut self, other: Self)
 
fn bitand_assign(&mut self, other: Self)
Performs the 
&= operation. Read more§impl BitOr for CATEGORYINFO_FLAGS
 
impl BitOr for CATEGORYINFO_FLAGS
§impl BitOrAssign for CATEGORYINFO_FLAGS
 
impl BitOrAssign for CATEGORYINFO_FLAGS
§fn bitor_assign(&mut self, other: Self)
 
fn bitor_assign(&mut self, other: Self)
Performs the 
|= operation. Read more§impl Clone for CATEGORYINFO_FLAGS
 
impl Clone for CATEGORYINFO_FLAGS
§fn clone(&self) -> CATEGORYINFO_FLAGS
 
fn clone(&self) -> CATEGORYINFO_FLAGS
Returns a copy 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 Debug for CATEGORYINFO_FLAGS
 
impl Debug for CATEGORYINFO_FLAGS
§impl Default for CATEGORYINFO_FLAGS
 
impl Default for CATEGORYINFO_FLAGS
§fn default() -> CATEGORYINFO_FLAGS
 
fn default() -> CATEGORYINFO_FLAGS
Returns the “default value” for a type. Read more
§impl Not for CATEGORYINFO_FLAGS
 
impl Not for CATEGORYINFO_FLAGS
§impl PartialEq for CATEGORYINFO_FLAGS
 
impl PartialEq for CATEGORYINFO_FLAGS
impl Copy for CATEGORYINFO_FLAGS
impl Eq for CATEGORYINFO_FLAGS
impl StructuralPartialEq for CATEGORYINFO_FLAGS
Auto Trait Implementations§
impl Freeze for CATEGORYINFO_FLAGS
impl RefUnwindSafe for CATEGORYINFO_FLAGS
impl Send for CATEGORYINFO_FLAGS
impl Sync for CATEGORYINFO_FLAGS
impl Unpin for CATEGORYINFO_FLAGS
impl UnwindSafe for CATEGORYINFO_FLAGS
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