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