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
sourceimpl<'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.
sourcefn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output
fn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the & operation. Read more
sourceimpl<'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.
sourcefn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output
fn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the & operation. Read more
sourceimpl<'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.
sourcefn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the & operation. Read more
sourceimpl<'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.
sourcefn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the & operation. Read more
sourceimpl<'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.
sourcefn bitand(self, rhs: NcMiceEvents) -> Self::Output
fn bitand(self, rhs: NcMiceEvents) -> Self::Output
Performs the & operation. Read more
sourceimpl<'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.
sourcefn bitand(self, rhs: NcMiceEvents) -> Self::Output
fn bitand(self, rhs: NcMiceEvents) -> Self::Output
Performs the & operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for NcMiceEvents_u32
sourcefn bitand_assign(&mut self, rhs: &'b NcMiceEvents)
fn bitand_assign(&mut self, rhs: &'b NcMiceEvents)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
sourcefn bitand_assign(&mut self, rhs: &'b mut NcMiceEvents)
fn bitand_assign(&mut self, rhs: &'b mut NcMiceEvents)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitAndAssign<NcMiceEvents> for NcMiceEvents_u32
sourcefn bitand_assign(&mut self, rhs: NcMiceEvents)
fn bitand_assign(&mut self, rhs: NcMiceEvents)
Performs the &= operation. Read more
sourceimpl<'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.
sourcefn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output
fn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the | operation. Read more
sourceimpl<'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.
sourcefn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output
fn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the | operation. Read more
sourceimpl<'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.
sourcefn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the | operation. Read more
sourceimpl<'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.
sourcefn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the | operation. Read more
sourceimpl<'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.
sourcefn bitor(self, rhs: NcMiceEvents) -> Self::Output
fn bitor(self, rhs: NcMiceEvents) -> Self::Output
Performs the | operation. Read more
sourceimpl<'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.
sourcefn bitor(self, rhs: NcMiceEvents) -> Self::Output
fn bitor(self, rhs: NcMiceEvents) -> Self::Output
Performs the | operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for NcMiceEvents_u32
sourcefn bitor_assign(&mut self, rhs: &'b NcMiceEvents)
fn bitor_assign(&mut self, rhs: &'b NcMiceEvents)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
sourcefn bitor_assign(&mut self, rhs: &'b mut NcMiceEvents)
fn bitor_assign(&mut self, rhs: &'b mut NcMiceEvents)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitOrAssign<NcMiceEvents> for NcMiceEvents_u32
sourcefn bitor_assign(&mut self, rhs: NcMiceEvents)
fn bitor_assign(&mut self, rhs: NcMiceEvents)
Performs the |= operation. Read more
sourceimpl<'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.
sourcefn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output
fn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'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.
sourcefn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output
fn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'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.
sourcefn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'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.
sourcefn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'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.
sourcefn bitxor(self, rhs: NcMiceEvents) -> Self::Output
fn bitxor(self, rhs: NcMiceEvents) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'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.
sourcefn bitxor(self, rhs: NcMiceEvents) -> Self::Output
fn bitxor(self, rhs: NcMiceEvents) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for NcMiceEvents_u32
sourcefn bitxor_assign(&mut self, rhs: &'b NcMiceEvents)
fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
sourcefn bitxor_assign(&mut self, rhs: &'b mut NcMiceEvents)
fn bitxor_assign(&mut self, rhs: &'b mut NcMiceEvents)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> BitXorAssign<NcMiceEvents> for NcMiceEvents_u32
sourcefn bitxor_assign(&mut self, rhs: NcMiceEvents)
fn bitxor_assign(&mut self, rhs: NcMiceEvents)
Performs the ^= operation. Read more
sourceimpl<'a> From<&'a NcMiceEvents> for &'a NcMiceEvents_u32
impl<'a> From<&'a NcMiceEvents> for &'a NcMiceEvents_u32
sourcefn from(s: &'a NcMiceEvents) -> Self
fn from(s: &'a NcMiceEvents) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a mut NcMiceEvents> for &'a mut NcMiceEvents_u32
impl<'a> From<&'a mut NcMiceEvents> for &'a mut NcMiceEvents_u32
sourcefn from(s: &'a mut NcMiceEvents) -> Self
fn from(s: &'a mut NcMiceEvents) -> Self
Converts to this type from the input type.
sourceimpl From<NcMiceEvents> for NcMiceEvents_u32
impl From<NcMiceEvents> for NcMiceEvents_u32
sourcefn from(s: NcMiceEvents) -> Self
fn from(s: NcMiceEvents) -> Self
Converts to this type from the input type.
sourceimpl<'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.
sourcefn shl(self, rhs: &'b NcMiceEvents) -> Self::Output
fn shl(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the << operation. Read more
sourceimpl<'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.
sourcefn shl(self, rhs: &'b NcMiceEvents) -> Self::Output
fn shl(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the << operation. Read more
sourceimpl<'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.
sourcefn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the << operation. Read more
sourceimpl<'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.
sourcefn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the << operation. Read more
sourceimpl<'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.
sourcefn shl(self, rhs: NcMiceEvents) -> Self::Output
fn shl(self, rhs: NcMiceEvents) -> Self::Output
Performs the << operation. Read more
sourceimpl<'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.
sourcefn shl(self, rhs: NcMiceEvents) -> Self::Output
fn shl(self, rhs: NcMiceEvents) -> Self::Output
Performs the << operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for NcMiceEvents_u32
sourcefn shl_assign(&mut self, rhs: &'b NcMiceEvents)
fn shl_assign(&mut self, rhs: &'b NcMiceEvents)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
sourcefn shl_assign(&mut self, rhs: &'b mut NcMiceEvents)
fn shl_assign(&mut self, rhs: &'b mut NcMiceEvents)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShlAssign<NcMiceEvents> for NcMiceEvents_u32
sourcefn shl_assign(&mut self, rhs: NcMiceEvents)
fn shl_assign(&mut self, rhs: NcMiceEvents)
Performs the <<= operation. Read more
sourceimpl<'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.
sourcefn shr(self, rhs: &'b NcMiceEvents) -> Self::Output
fn shr(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'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.
sourcefn shr(self, rhs: &'b NcMiceEvents) -> Self::Output
fn shr(self, rhs: &'b NcMiceEvents) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'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.
sourcefn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'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.
sourcefn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output
fn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'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.
sourcefn shr(self, rhs: NcMiceEvents) -> Self::Output
fn shr(self, rhs: NcMiceEvents) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'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.
sourcefn shr(self, rhs: NcMiceEvents) -> Self::Output
fn shr(self, rhs: NcMiceEvents) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for NcMiceEvents_u32
sourcefn shr_assign(&mut self, rhs: &'b NcMiceEvents)
fn shr_assign(&mut self, rhs: &'b NcMiceEvents)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32
sourcefn shr_assign(&mut self, rhs: &'b mut NcMiceEvents)
fn shr_assign(&mut self, rhs: &'b mut NcMiceEvents)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<NcMiceEvents> for NcMiceEvents_u32
impl<'a, 'b> ShrAssign<NcMiceEvents> for NcMiceEvents_u32
sourcefn shr_assign(&mut self, rhs: NcMiceEvents)
fn shr_assign(&mut self, rhs: NcMiceEvents)
Performs the >>= operation. Read more