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