Skip to main content

MiceEvents

Struct MiceEvents 

Source
pub struct MiceEvents(/* private fields */);
Expand description

A bitmask of mice input events.

§Used by

Implementations§

Source§

impl MiceEvents

§Flags

Source

pub const None: Self

Disables all mice events.

Source

pub const Move: Self

Enables mice move events.

Source

pub const Button: Self

Enables mice button events.

Source

pub const Drag: Self

Enables mice drag events.

Source

pub const All: Self

Enables all mice tracking events.

Source§

impl MiceEvents

§methods

Source

pub fn has(&self, other: NcMiceEvents) -> bool

Returns true if the current mice events has other included.

Source

pub fn add(&mut self, other: NcMiceEvents)

Adds other to the current mice events.

Trait Implementations§

Source§

impl Binary for MiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a, 'b> BitAnd for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: MiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAndAssign for MiceEvents

Source§

fn bitand_assign(&mut self, rhs: MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b MiceEvents> for MiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b MiceEvents> for &'a mut MiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b MiceEvents> for NcMiceEvents_u32

Source§

fn bitand_assign(&mut self, rhs: &'b MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut MiceEvents> for MiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

fn bitand_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b u32> for MiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b u32> for &'a mut MiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<MiceEvents> for &'a mut MiceEvents

Source§

fn bitand_assign(&mut self, rhs: MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<MiceEvents> for NcMiceEvents_u32

Source§

fn bitand_assign(&mut self, rhs: MiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<u32> for MiceEvents

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<u32> for &'a mut MiceEvents

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitOr for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: MiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOrAssign for MiceEvents

Source§

fn bitor_assign(&mut self, rhs: MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b MiceEvents> for MiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b MiceEvents> for &'a mut MiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b MiceEvents> for NcMiceEvents_u32

Source§

fn bitor_assign(&mut self, rhs: &'b MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut MiceEvents> for MiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

fn bitor_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b u32> for MiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b u32> for &'a mut MiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<MiceEvents> for &'a mut MiceEvents

Source§

fn bitor_assign(&mut self, rhs: MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<MiceEvents> for NcMiceEvents_u32

Source§

fn bitor_assign(&mut self, rhs: MiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<u32> for MiceEvents

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<u32> for &'a mut MiceEvents

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitXor for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: MiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXorAssign for MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b MiceEvents> for MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b MiceEvents> for &'a mut MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b MiceEvents> for NcMiceEvents_u32

Source§

fn bitxor_assign(&mut self, rhs: &'b MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut MiceEvents> for MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

fn bitxor_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b u32> for MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b u32> for &'a mut MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<MiceEvents> for &'a mut MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<MiceEvents> for NcMiceEvents_u32

Source§

fn bitxor_assign(&mut self, rhs: MiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<u32> for MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<u32> for &'a mut MiceEvents

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl Clone for MiceEvents

Source§

fn clone(&self) -> MiceEvents

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for MiceEvents

Source§

impl Debug for MiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for MiceEvents

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Eq for MiceEvents

Source§

impl From<MiceEvents> for NcMiceEvents

Source§

fn from(me: MiceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<NcMiceEvents> for MiceEvents

Source§

fn from(nc: NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

impl LowerHex for MiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a> Not for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl<'a> Not for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl<'a> Not for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl Octal for MiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for MiceEvents

Source§

fn eq(&self, other: &MiceEvents) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<'a, 'b> Shl for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: MiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> ShlAssign for MiceEvents

Source§

fn shl_assign(&mut self, rhs: MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b MiceEvents> for MiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b MiceEvents> for &'a mut MiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b MiceEvents> for NcMiceEvents_u32

Source§

fn shl_assign(&mut self, rhs: &'b MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut MiceEvents> for MiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

fn shl_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b u32> for MiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b u32> for &'a mut MiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<MiceEvents> for &'a mut MiceEvents

Source§

fn shl_assign(&mut self, rhs: MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<MiceEvents> for NcMiceEvents_u32

Source§

fn shl_assign(&mut self, rhs: MiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<u32> for MiceEvents

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<u32> for &'a mut MiceEvents

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> Shr for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut MiceEvents> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<MiceEvents> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<MiceEvents> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<MiceEvents> for NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<MiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: MiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<u32> for MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<u32> for &'a MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<u32> for &'a mut MiceEvents

Source§

type Output = MiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> ShrAssign for MiceEvents

Source§

fn shr_assign(&mut self, rhs: MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b MiceEvents> for MiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b MiceEvents> for &'a mut MiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b MiceEvents> for NcMiceEvents_u32

Source§

fn shr_assign(&mut self, rhs: &'b MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut MiceEvents> for MiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut MiceEvents> for &'a mut MiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut MiceEvents> for NcMiceEvents_u32

Source§

fn shr_assign(&mut self, rhs: &'b mut MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b u32> for MiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b u32> for &'a mut MiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<MiceEvents> for &'a mut MiceEvents

Source§

fn shr_assign(&mut self, rhs: MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<MiceEvents> for NcMiceEvents_u32

Source§

fn shr_assign(&mut self, rhs: MiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<u32> for MiceEvents

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<u32> for &'a mut MiceEvents

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl StructuralPartialEq for MiceEvents

Source§

impl UpperHex for MiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.