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