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