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
impl<'a, 'b> BitAnd<&'b MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAnd<&'b MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b mut MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitAnd<&'b mut MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAnd<&'b mut MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitAnd<MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAnd<MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAndAssign<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAndAssign<&'b MiceEvents> for NcMiceEvents_u32
Source§fn bitand_assign(&mut self, rhs: &'b MiceEvents)
fn bitand_assign(&mut self, rhs: &'b MiceEvents)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAndAssign<&'b mut MiceEvents> for NcMiceEvents_u32
Source§fn bitand_assign(&mut self, rhs: &'b mut MiceEvents)
fn bitand_assign(&mut self, rhs: &'b mut MiceEvents)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAndAssign<MiceEvents> for NcMiceEvents_u32
Source§fn bitand_assign(&mut self, rhs: MiceEvents)
fn bitand_assign(&mut self, rhs: MiceEvents)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitOr<&'b MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitOr<&'b MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOr<&'b MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b mut MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitOr<&'b mut MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOr<&'b mut MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitOr<MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOr<MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOrAssign<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOrAssign<&'b MiceEvents> for NcMiceEvents_u32
Source§fn bitor_assign(&mut self, rhs: &'b MiceEvents)
fn bitor_assign(&mut self, rhs: &'b MiceEvents)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOrAssign<&'b mut MiceEvents> for NcMiceEvents_u32
Source§fn bitor_assign(&mut self, rhs: &'b mut MiceEvents)
fn bitor_assign(&mut self, rhs: &'b mut MiceEvents)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOrAssign<MiceEvents> for NcMiceEvents_u32
Source§fn bitor_assign(&mut self, rhs: MiceEvents)
fn bitor_assign(&mut self, rhs: MiceEvents)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitXor<&'b MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitXor<&'b MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXor<&'b MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b mut MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitXor<&'b mut MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXor<&'b mut MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> BitXor<MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXor<MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXorAssign<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXorAssign<&'b MiceEvents> for NcMiceEvents_u32
Source§fn bitxor_assign(&mut self, rhs: &'b MiceEvents)
fn bitxor_assign(&mut self, rhs: &'b MiceEvents)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXorAssign<&'b mut MiceEvents> for NcMiceEvents_u32
Source§fn bitxor_assign(&mut self, rhs: &'b mut MiceEvents)
fn bitxor_assign(&mut self, rhs: &'b mut MiceEvents)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXorAssign<MiceEvents> for NcMiceEvents_u32
Source§fn bitxor_assign(&mut self, rhs: MiceEvents)
fn bitxor_assign(&mut self, rhs: MiceEvents)
Performs the
^= operation. Read moreSource§impl<'a, 'b> Shl<&'b MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> Shl<&'b MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> Shl<&'b MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b mut MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> Shl<&'b mut MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> Shl<&'b mut MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> Shl<MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> Shl<MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> ShlAssign<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShlAssign<&'b MiceEvents> for NcMiceEvents_u32
Source§fn shl_assign(&mut self, rhs: &'b MiceEvents)
fn shl_assign(&mut self, rhs: &'b MiceEvents)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShlAssign<&'b mut MiceEvents> for NcMiceEvents_u32
Source§fn shl_assign(&mut self, rhs: &'b mut MiceEvents)
fn shl_assign(&mut self, rhs: &'b mut MiceEvents)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShlAssign<MiceEvents> for NcMiceEvents_u32
Source§fn shl_assign(&mut self, rhs: MiceEvents)
fn shl_assign(&mut self, rhs: MiceEvents)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> Shr<&'b MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> Shr<&'b MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> Shr<&'b MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b mut MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> Shr<&'b mut MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> Shr<&'b mut MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<MiceEvents> for &'a NcMiceEvents_u32
impl<'a, 'b> Shr<MiceEvents> for &'a NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> Shr<MiceEvents> for NcMiceEvents_u32
Source§type Output = MiceEvents
type Output = MiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> ShrAssign<&'b MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShrAssign<&'b MiceEvents> for NcMiceEvents_u32
Source§fn shr_assign(&mut self, rhs: &'b MiceEvents)
fn shr_assign(&mut self, rhs: &'b MiceEvents)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b mut MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShrAssign<&'b mut MiceEvents> for NcMiceEvents_u32
Source§fn shr_assign(&mut self, rhs: &'b mut MiceEvents)
fn shr_assign(&mut self, rhs: &'b mut MiceEvents)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<MiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShrAssign<MiceEvents> for NcMiceEvents_u32
Source§fn shr_assign(&mut self, rhs: MiceEvents)
fn shr_assign(&mut self, rhs: MiceEvents)
Performs the
>>= operation. Read more