NcMiceEvents_u32

Type Alias NcMiceEvents_u32 

Source
pub type NcMiceEvents_u32 = u32;
Expand description

A bitmask for mice input events.

It’s recommended to use NcMiceEvents instead.

§Associated c_api constants

Trait Implementations§

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 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 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 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<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<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> 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 NcMiceEvents_u32

Source§

fn bitand_assign(&mut self, rhs: &'b mut 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> 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 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 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 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<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<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> 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 NcMiceEvents_u32

Source§

fn bitor_assign(&mut self, rhs: &'b mut 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> 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 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 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 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<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<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> 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 NcMiceEvents_u32

Source§

fn bitxor_assign(&mut self, rhs: &'b mut 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> 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 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 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 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<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<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> 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 NcMiceEvents_u32

Source§

fn shl_assign(&mut self, rhs: &'b mut 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> 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 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 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 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<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<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> 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 NcMiceEvents_u32

Source§

fn shr_assign(&mut self, rhs: &'b mut 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