Struct libnotcurses_sys::NcMiceEvents
source · [−]#[repr(transparent)]pub struct NcMiceEvents(pub NcMiceEvents_u32);Tuple Fields
0: NcMiceEvents_u32Implementations
sourceimpl NcMiceEvents
impl NcMiceEvents
sourcepub const None: NcMiceEvents
pub const None: NcMiceEvents
Disables all mice events.
sourcepub const Move: NcMiceEvents
pub const Move: NcMiceEvents
Enables mice move events.
sourcepub const Button: NcMiceEvents
pub const Button: NcMiceEvents
Enables mice button events.
sourcepub const Drag: NcMiceEvents
pub const Drag: NcMiceEvents
Enables mice drag events.
sourcepub const All: NcMiceEvents
pub const All: NcMiceEvents
Enables all mice tracking events.
sourceimpl NcMiceEvents
impl NcMiceEvents
sourcepub fn new(value: NcMiceEvents_u32) -> Self
pub fn new(value: NcMiceEvents_u32) -> Self
Returns a new NcMiceEvents.
sourcepub fn has(&self, other: NcMiceEvents) -> bool
pub fn has(&self, other: NcMiceEvents) -> bool
Returns true if the current style has included the other_style.
sourcepub fn add(&mut self, other: NcMiceEvents)
pub fn add(&mut self, other: NcMiceEvents)
Adds the other_style to the current style.
Trait Implementations
sourceimpl Binary for NcMiceEvents
impl Binary for NcMiceEvents
sourceimpl<'a, 'b> BitAnd<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitAnd<&'b NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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 mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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 u32> for NcMiceEvents
impl<'a, 'b> BitAnd<&'b u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the & operation. Read more
sourceimpl<'a, 'b> BitAnd<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> BitAnd<&'b u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the & operation. Read more
sourceimpl<'a, 'b> BitAnd<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<&'b u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the & operation. Read more
sourceimpl<'a, 'b> BitAnd<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitAnd<NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitAnd<NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<NcMiceEvents> for &'a mut NcMiceEvents
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> 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<u32> for NcMiceEvents
impl<'a, 'b> BitAnd<u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the & operation. Read more
sourceimpl<'a, 'b> BitAnd<u32> for &'a NcMiceEvents
impl<'a, 'b> BitAnd<u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the & operation. Read more
sourceimpl<'a, 'b> BitAnd<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the & operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for NcMiceEvents
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 NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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
impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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<&'b u32> for NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b u32> for NcMiceEvents
sourcefn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b u32> for &'a mut NcMiceEvents
sourcefn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitAndAssign<NcMiceEvents> for NcMiceEvents
sourcefn bitand_assign(&mut self, rhs: NcMiceEvents)
fn bitand_assign(&mut self, rhs: NcMiceEvents)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<NcMiceEvents> for &'a mut NcMiceEvents
sourcefn bitand_assign(&mut self, rhs: NcMiceEvents)
fn bitand_assign(&mut self, rhs: 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> BitAndAssign<u32> for NcMiceEvents
impl<'a, 'b> BitAndAssign<u32> for NcMiceEvents
sourcefn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<u32> for &'a mut NcMiceEvents
sourcefn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitOr<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitOr<&'b NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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 mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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 u32> for NcMiceEvents
impl<'a, 'b> BitOr<&'b u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the | operation. Read more
sourceimpl<'a, 'b> BitOr<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> BitOr<&'b u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the | operation. Read more
sourceimpl<'a, 'b> BitOr<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOr<&'b u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the | operation. Read more
sourceimpl<'a, 'b> BitOr<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitOr<NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitOr<NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitOr<NcMiceEvents> for &'a mut NcMiceEvents
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> 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<u32> for NcMiceEvents
impl<'a, 'b> BitOr<u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the | operation. Read more
sourceimpl<'a, 'b> BitOr<u32> for &'a NcMiceEvents
impl<'a, 'b> BitOr<u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the | operation. Read more
sourceimpl<'a, 'b> BitOr<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOr<u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the | operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for NcMiceEvents
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 NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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
impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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<&'b u32> for NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b u32> for NcMiceEvents
sourcefn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b u32> for &'a mut NcMiceEvents
sourcefn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitOrAssign<NcMiceEvents> for NcMiceEvents
sourcefn bitor_assign(&mut self, rhs: NcMiceEvents)
fn bitor_assign(&mut self, rhs: NcMiceEvents)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<NcMiceEvents> for &'a mut NcMiceEvents
sourcefn bitor_assign(&mut self, rhs: NcMiceEvents)
fn bitor_assign(&mut self, rhs: 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> BitOrAssign<u32> for NcMiceEvents
impl<'a, 'b> BitOrAssign<u32> for NcMiceEvents
sourcefn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<u32> for &'a mut NcMiceEvents
sourcefn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitXor<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitXor<&'b NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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 mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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 u32> for NcMiceEvents
impl<'a, 'b> BitXor<&'b u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'a, 'b> BitXor<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> BitXor<&'b u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'a, 'b> BitXor<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXor<&'b u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'a, 'b> BitXor<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitXor<NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> BitXor<NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> BitXor<NcMiceEvents> for &'a mut NcMiceEvents
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> 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<u32> for NcMiceEvents
impl<'a, 'b> BitXor<u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'a, 'b> BitXor<u32> for &'a NcMiceEvents
impl<'a, 'b> BitXor<u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'a, 'b> BitXor<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXor<u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output
fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the ^ operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for NcMiceEvents
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 NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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
impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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<&'b u32> for NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b u32> for NcMiceEvents
sourcefn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b u32> for &'a mut NcMiceEvents
sourcefn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitXorAssign<NcMiceEvents> for NcMiceEvents
sourcefn bitxor_assign(&mut self, rhs: NcMiceEvents)
fn bitxor_assign(&mut self, rhs: NcMiceEvents)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<NcMiceEvents> for &'a mut NcMiceEvents
sourcefn bitxor_assign(&mut self, rhs: NcMiceEvents)
fn bitxor_assign(&mut self, rhs: 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, 'b> BitXorAssign<u32> for NcMiceEvents
impl<'a, 'b> BitXorAssign<u32> for NcMiceEvents
sourcefn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<u32> for &'a mut NcMiceEvents
sourcefn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the ^= operation. Read more
sourceimpl Clone for NcMiceEvents
impl Clone for NcMiceEvents
sourcefn clone(&self) -> NcMiceEvents
fn clone(&self) -> NcMiceEvents
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NcMiceEvents
impl Debug for NcMiceEvents
sourceimpl Default for NcMiceEvents
impl Default for NcMiceEvents
sourceimpl Display for NcMiceEvents
impl Display for NcMiceEvents
sourceimpl From<&'_ NcMiceEvents> for *const NcMiceEvents_u32
impl From<&'_ NcMiceEvents> for *const NcMiceEvents_u32
sourcefn from(s: &NcMiceEvents) -> Self
fn from(s: &NcMiceEvents) -> Self
Converts to this type from the input type.
sourceimpl From<&'_ mut NcMiceEvents> for *mut NcMiceEvents_u32
impl From<&'_ mut NcMiceEvents> for *mut NcMiceEvents_u32
sourcefn from(s: &mut NcMiceEvents) -> Self
fn from(s: &mut NcMiceEvents) -> Self
Converts to this type from the input type.
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<'a> From<&'a mut u32> for NcMiceEvents
impl<'a> From<&'a mut u32> for NcMiceEvents
sourcefn from(p: &'a mut NcMiceEvents_u32) -> Self
fn from(p: &'a mut NcMiceEvents_u32) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a u32> for NcMiceEvents
impl<'a> From<&'a u32> for NcMiceEvents
sourcefn from(p: &'a NcMiceEvents_u32) -> Self
fn from(p: &'a NcMiceEvents_u32) -> 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 From<u32> for NcMiceEvents
impl From<u32> for NcMiceEvents
sourcefn from(p: NcMiceEvents_u32) -> Self
fn from(p: NcMiceEvents_u32) -> Self
Converts to this type from the input type.
sourceimpl LowerHex for NcMiceEvents
impl LowerHex for NcMiceEvents
sourceimpl<'a> Not for NcMiceEvents
impl<'a> Not for NcMiceEvents
sourceimpl<'a> Not for &'a NcMiceEvents
impl<'a> Not for &'a NcMiceEvents
sourceimpl<'a> Not for &'a mut NcMiceEvents
impl<'a> Not for &'a mut NcMiceEvents
sourceimpl Octal for NcMiceEvents
impl Octal for NcMiceEvents
sourceimpl PartialEq<NcMiceEvents> for NcMiceEvents
impl PartialEq<NcMiceEvents> for NcMiceEvents
sourcefn eq(&self, other: &NcMiceEvents) -> bool
fn eq(&self, other: &NcMiceEvents) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &NcMiceEvents) -> bool
fn ne(&self, other: &NcMiceEvents) -> bool
This method tests for !=.
sourceimpl<'a, 'b> Shl<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> Shl<&'b NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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 mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> Shl<&'b mut NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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 u32> for NcMiceEvents
impl<'a, 'b> Shl<&'b u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the << operator.
sourcefn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the << operation. Read more
sourceimpl<'a, 'b> Shl<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> Shl<&'b u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the << operator.
sourcefn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the << operation. Read more
sourceimpl<'a, 'b> Shl<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shl<&'b u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the << operator.
sourcefn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the << operation. Read more
sourceimpl<'a, 'b> Shl<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> Shl<NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> Shl<NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> Shl<NcMiceEvents> for &'a mut NcMiceEvents
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> 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<u32> for NcMiceEvents
impl<'a, 'b> Shl<u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the << operator.
sourcefn shl(self, rhs: NcMiceEvents_u32) -> Self::Output
fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the << operation. Read more
sourceimpl<'a, 'b> Shl<u32> for &'a NcMiceEvents
impl<'a, 'b> Shl<u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the << operator.
sourcefn shl(self, rhs: NcMiceEvents_u32) -> Self::Output
fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the << operation. Read more
sourceimpl<'a, 'b> Shl<u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shl<u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the << operator.
sourcefn shl(self, rhs: NcMiceEvents_u32) -> Self::Output
fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the << operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for NcMiceEvents
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 NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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
impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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<&'b u32> for NcMiceEvents
impl<'a, 'b> ShlAssign<&'b u32> for NcMiceEvents
sourcefn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<&'b u32> for &'a mut NcMiceEvents
sourcefn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShlAssign<NcMiceEvents> for NcMiceEvents
sourcefn shl_assign(&mut self, rhs: NcMiceEvents)
fn shl_assign(&mut self, rhs: NcMiceEvents)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<NcMiceEvents> for &'a mut NcMiceEvents
sourcefn shl_assign(&mut self, rhs: NcMiceEvents)
fn shl_assign(&mut self, rhs: 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> ShlAssign<u32> for NcMiceEvents
impl<'a, 'b> ShlAssign<u32> for NcMiceEvents
sourcefn shl_assign(&mut self, rhs: NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<u32> for &'a mut NcMiceEvents
sourcefn shl_assign(&mut self, rhs: NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> Shr<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> Shr<&'b NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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 mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> Shr<&'b mut NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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 u32> for NcMiceEvents
impl<'a, 'b> Shr<&'b u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the >> operator.
sourcefn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'a, 'b> Shr<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> Shr<&'b u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the >> operator.
sourcefn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'a, 'b> Shr<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shr<&'b u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the >> operator.
sourcefn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'a, 'b> Shr<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> Shr<NcMiceEvents> for NcMiceEvents
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 &'a NcMiceEvents
impl<'a, 'b> Shr<NcMiceEvents> for &'a NcMiceEvents
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 &'a mut NcMiceEvents
impl<'a, 'b> Shr<NcMiceEvents> for &'a mut NcMiceEvents
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> 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<u32> for NcMiceEvents
impl<'a, 'b> Shr<u32> for NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the >> operator.
sourcefn shr(self, rhs: NcMiceEvents_u32) -> Self::Output
fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'a, 'b> Shr<u32> for &'a NcMiceEvents
impl<'a, 'b> Shr<u32> for &'a NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the >> operator.
sourcefn shr(self, rhs: NcMiceEvents_u32) -> Self::Output
fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'a, 'b> Shr<u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shr<u32> for &'a mut NcMiceEvents
type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the >> operator.
sourcefn shr(self, rhs: NcMiceEvents_u32) -> Self::Output
fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output
Performs the >> operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for NcMiceEvents
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 NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 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
impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'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<&'b u32> for NcMiceEvents
impl<'a, 'b> ShrAssign<&'b u32> for NcMiceEvents
sourcefn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<&'b u32> for &'a mut NcMiceEvents
sourcefn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShrAssign<NcMiceEvents> for NcMiceEvents
sourcefn shr_assign(&mut self, rhs: NcMiceEvents)
fn shr_assign(&mut self, rhs: NcMiceEvents)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<NcMiceEvents> for &'a mut NcMiceEvents
sourcefn shr_assign(&mut self, rhs: NcMiceEvents)
fn shr_assign(&mut self, rhs: 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
sourceimpl<'a, 'b> ShrAssign<u32> for NcMiceEvents
impl<'a, 'b> ShrAssign<u32> for NcMiceEvents
sourcefn shr_assign(&mut self, rhs: NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<u32> for &'a mut NcMiceEvents
sourcefn shr_assign(&mut self, rhs: NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the >>= operation. Read more
sourceimpl UpperHex for NcMiceEvents
impl UpperHex for NcMiceEvents
impl Copy for NcMiceEvents
impl StructuralPartialEq for NcMiceEvents
Auto Trait Implementations
impl RefUnwindSafe for NcMiceEvents
impl Send for NcMiceEvents
impl Sync for NcMiceEvents
impl Unpin for NcMiceEvents
impl UnwindSafe for NcMiceEvents
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more