Type Definition libnotcurses_sys::c_api::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
impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a NcMiceEvents_u32
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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
§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