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 NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

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

Source§

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

Performs the &= operation. Read more
Source§

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

Source§

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

Performs the &= operation. Read more
Source§

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

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents)

Performs the &= operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

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

Source§

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

Performs the |= operation. Read more
Source§

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

Source§

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

Performs the |= operation. Read more
Source§

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

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents)

Performs the |= operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

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

Source§

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

Performs the ^= operation. Read more
Source§

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

Source§

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

Performs the ^= operation. Read more
Source§

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

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a> From<&'a NcMiceEvents> for &'a NcMiceEvents_u32

Source§

fn from(s: &'a NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

impl<'a> From<&'a mut NcMiceEvents> for &'a mut NcMiceEvents_u32

Source§

fn from(s: &'a mut NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<NcMiceEvents> for NcMiceEvents_u32

Source§

fn from(s: NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the << operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the << operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the << operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the << operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the << operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the << operation. Read more
Source§

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

Source§

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

Performs the <<= operation. Read more
Source§

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

Source§

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

Performs the <<= operation. Read more
Source§

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

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents)

Performs the <<= operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the >> operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the >> operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the >> operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the >> operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the >> operation. Read more
Source§

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

Source§

type Output = NcMiceEvents

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

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

Performs the >> operation. Read more
Source§

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

Source§

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

Performs the >>= operation. Read more
Source§

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

Source§

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

Performs the >>= operation. Read more
Source§

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

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents)

Performs the >>= operation. Read more