#[repr(transparent)]pub struct NcMiceEvents(pub NcMiceEvents_u32);Tuple Fields§
§0: NcMiceEvents_u32Implementations§
Source§impl NcMiceEvents
§Flags
impl NcMiceEvents
§Flags
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.
Source§impl NcMiceEvents
§Methods
impl NcMiceEvents
§Methods
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 mice events has other included.
Sourcepub fn add(&mut self, other: NcMiceEvents)
pub fn add(&mut self, other: NcMiceEvents)
Adds other to the current mice events.
Trait Implementations§
Source§impl Binary for NcMiceEvents
impl Binary for NcMiceEvents
Source§impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a NcMiceEvents
impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.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
impl<'a, 'b> BitAnd<&'b NcMiceEvents> for NcMiceEvents
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
impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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
impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> BitAnd<&'b u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<&'b u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b u32> for NcMiceEvents
impl<'a, 'b> BitAnd<&'b u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<NcMiceEvents> for &'a NcMiceEvents
impl<'a, 'b> BitAnd<NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<NcMiceEvents> for &'a mut NcMiceEvents
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> BitAnd<u32> for &'a NcMiceEvents
impl<'a, 'b> BitAnd<u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAnd<u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<u32> for NcMiceEvents
impl<'a, 'b> BitAnd<u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd for NcMiceEvents
impl<'a, 'b> BitAnd for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for NcMiceEvents
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 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 &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'b mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'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<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b u32> for &'a mut NcMiceEvents
Source§fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b u32> for NcMiceEvents
impl<'a, 'b> BitAndAssign<&'b u32> for NcMiceEvents
Source§fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<NcMiceEvents> for &'a mut NcMiceEvents
Source§fn bitand_assign(&mut self, rhs: NcMiceEvents)
fn bitand_assign(&mut self, rhs: 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> BitAndAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitAndAssign<u32> for &'a mut NcMiceEvents
Source§fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<u32> for NcMiceEvents
impl<'a, 'b> BitAndAssign<u32> for NcMiceEvents
Source§fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign for NcMiceEvents
impl<'a, 'b> BitAndAssign for NcMiceEvents
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
impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§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
impl<'a, 'b> BitOr<&'b NcMiceEvents> for NcMiceEvents
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
impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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
impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> BitOr<&'b u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOr<&'b u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b u32> for NcMiceEvents
impl<'a, 'b> BitOr<&'b u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<NcMiceEvents> for &'a NcMiceEvents
impl<'a, 'b> BitOr<NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOr<NcMiceEvents> for &'a mut NcMiceEvents
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> BitOr<u32> for &'a NcMiceEvents
impl<'a, 'b> BitOr<u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOr<u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<u32> for NcMiceEvents
impl<'a, 'b> BitOr<u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr for NcMiceEvents
impl<'a, 'b> BitOr for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for NcMiceEvents
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 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 &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'b mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'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<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b u32> for &'a mut NcMiceEvents
Source§fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b u32> for NcMiceEvents
impl<'a, 'b> BitOrAssign<&'b u32> for NcMiceEvents
Source§fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<NcMiceEvents> for &'a mut NcMiceEvents
Source§fn bitor_assign(&mut self, rhs: NcMiceEvents)
fn bitor_assign(&mut self, rhs: 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> BitOrAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitOrAssign<u32> for &'a mut NcMiceEvents
Source§fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<u32> for NcMiceEvents
impl<'a, 'b> BitOrAssign<u32> for NcMiceEvents
Source§fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign for NcMiceEvents
impl<'a, 'b> BitOrAssign for NcMiceEvents
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
impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§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
impl<'a, 'b> BitXor<&'b NcMiceEvents> for NcMiceEvents
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
impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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
impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> BitXor<&'b u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXor<&'b u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b u32> for NcMiceEvents
impl<'a, 'b> BitXor<&'b u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<NcMiceEvents> for &'a NcMiceEvents
impl<'a, 'b> BitXor<NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXor<NcMiceEvents> for &'a mut NcMiceEvents
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> BitXor<u32> for &'a NcMiceEvents
impl<'a, 'b> BitXor<u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXor<u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<u32> for NcMiceEvents
impl<'a, 'b> BitXor<u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor for NcMiceEvents
impl<'a, 'b> BitXor for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for NcMiceEvents
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 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 &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'b mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'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<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b u32> for &'a mut NcMiceEvents
Source§fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b u32> for NcMiceEvents
impl<'a, 'b> BitXorAssign<&'b u32> for NcMiceEvents
Source§fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<NcMiceEvents> for &'a mut NcMiceEvents
Source§fn bitxor_assign(&mut self, rhs: NcMiceEvents)
fn bitxor_assign(&mut self, rhs: 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, 'b> BitXorAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> BitXorAssign<u32> for &'a mut NcMiceEvents
Source§fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<u32> for NcMiceEvents
impl<'a, 'b> BitXorAssign<u32> for NcMiceEvents
Source§fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign for NcMiceEvents
impl<'a, 'b> BitXorAssign for NcMiceEvents
Source§fn bitxor_assign(&mut self, rhs: NcMiceEvents)
fn bitxor_assign(&mut self, rhs: NcMiceEvents)
Performs the
^= operation. Read moreSource§impl Clone for NcMiceEvents
impl Clone for NcMiceEvents
Source§fn clone(&self) -> NcMiceEvents
fn clone(&self) -> NcMiceEvents
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NcMiceEvents
impl Debug for NcMiceEvents
Source§impl Default for NcMiceEvents
impl Default for NcMiceEvents
Source§impl Display for NcMiceEvents
impl Display for NcMiceEvents
Source§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 From<&NcMiceEvents> for *const NcMiceEvents_u32
impl From<&NcMiceEvents> for *const NcMiceEvents_u32
Source§fn from(s: &NcMiceEvents) -> Self
fn from(s: &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<&mut NcMiceEvents> for *mut NcMiceEvents_u32
impl From<&mut NcMiceEvents> for *mut NcMiceEvents_u32
Source§fn from(s: &mut NcMiceEvents) -> Self
fn from(s: &mut NcMiceEvents) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a mut u32> for NcMiceEvents
impl<'a> From<&'a mut u32> for NcMiceEvents
Source§fn from(p: &'a mut NcMiceEvents_u32) -> Self
fn from(p: &'a mut NcMiceEvents_u32) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a u32> for NcMiceEvents
impl<'a> From<&'a u32> for NcMiceEvents
Source§fn from(p: &'a NcMiceEvents_u32) -> Self
fn from(p: &'a NcMiceEvents_u32) -> 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 From<u32> for NcMiceEvents
impl From<u32> for NcMiceEvents
Source§fn from(p: NcMiceEvents_u32) -> Self
fn from(p: NcMiceEvents_u32) -> Self
Converts to this type from the input type.
Source§impl LowerHex for NcMiceEvents
impl LowerHex for NcMiceEvents
Source§impl<'a> Not for &'a NcMiceEvents
impl<'a> Not for &'a NcMiceEvents
Source§impl<'a> Not for &'a mut NcMiceEvents
impl<'a> Not for &'a mut NcMiceEvents
Source§impl<'a> Not for NcMiceEvents
impl<'a> Not for NcMiceEvents
Source§impl Octal for NcMiceEvents
impl Octal for NcMiceEvents
Source§impl PartialEq for NcMiceEvents
impl PartialEq for NcMiceEvents
Source§impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a NcMiceEvents
impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.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
impl<'a, 'b> Shl<&'b NcMiceEvents> for NcMiceEvents
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
impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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
impl<'a, 'b> Shl<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> Shl<&'b u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shl<&'b u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b u32> for NcMiceEvents
impl<'a, 'b> Shl<&'b u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<NcMiceEvents> for &'a NcMiceEvents
impl<'a, 'b> Shl<NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> Shl<NcMiceEvents> for &'a mut NcMiceEvents
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> Shl<u32> for &'a NcMiceEvents
impl<'a, 'b> Shl<u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shl<u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<u32> for NcMiceEvents
impl<'a, 'b> Shl<u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl for NcMiceEvents
impl<'a, 'b> Shl for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
<< operator.Source§impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for NcMiceEvents
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 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 &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'b mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'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<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<&'b u32> for &'a mut NcMiceEvents
Source§fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b u32> for NcMiceEvents
impl<'a, 'b> ShlAssign<&'b u32> for NcMiceEvents
Source§fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<NcMiceEvents> for &'a mut NcMiceEvents
Source§fn shl_assign(&mut self, rhs: NcMiceEvents)
fn shl_assign(&mut self, rhs: 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> ShlAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShlAssign<u32> for &'a mut NcMiceEvents
Source§fn shl_assign(&mut self, rhs: NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<u32> for NcMiceEvents
impl<'a, 'b> ShlAssign<u32> for NcMiceEvents
Source§fn shl_assign(&mut self, rhs: NcMiceEvents_u32)
fn shl_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign for NcMiceEvents
impl<'a, 'b> ShlAssign for NcMiceEvents
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
impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§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
impl<'a, 'b> Shr<&'b NcMiceEvents> for NcMiceEvents
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
impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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
impl<'a, 'b> Shr<&'b mut NcMiceEvents> for NcMiceEvents
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<&'b u32> for &'a NcMiceEvents
impl<'a, 'b> Shr<&'b u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shr<&'b u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b u32> for NcMiceEvents
impl<'a, 'b> Shr<&'b u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<NcMiceEvents> for &'a NcMiceEvents
impl<'a, 'b> Shr<NcMiceEvents> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> Shr<NcMiceEvents> for &'a mut NcMiceEvents
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> Shr<u32> for &'a NcMiceEvents
impl<'a, 'b> Shr<u32> for &'a NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<u32> for &'a mut NcMiceEvents
impl<'a, 'b> Shr<u32> for &'a mut NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<u32> for NcMiceEvents
impl<'a, 'b> Shr<u32> for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr for NcMiceEvents
impl<'a, 'b> Shr for NcMiceEvents
Source§type Output = NcMiceEvents
type Output = NcMiceEvents
The resulting type after applying the
>> operator.Source§impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents
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 NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for NcMiceEvents
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 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 &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents
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<&'b mut NcMiceEvents> for NcMiceEvents
impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for NcMiceEvents
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<&'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<&'b u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<&'b u32> for &'a mut NcMiceEvents
Source§fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b u32> for NcMiceEvents
impl<'a, 'b> ShrAssign<&'b u32> for NcMiceEvents
Source§fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<NcMiceEvents> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<NcMiceEvents> for &'a mut NcMiceEvents
Source§fn shr_assign(&mut self, rhs: NcMiceEvents)
fn shr_assign(&mut self, rhs: 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 moreSource§impl<'a, 'b> ShrAssign<u32> for &'a mut NcMiceEvents
impl<'a, 'b> ShrAssign<u32> for &'a mut NcMiceEvents
Source§fn shr_assign(&mut self, rhs: NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<u32> for NcMiceEvents
impl<'a, 'b> ShrAssign<u32> for NcMiceEvents
Source§fn shr_assign(&mut self, rhs: NcMiceEvents_u32)
fn shr_assign(&mut self, rhs: NcMiceEvents_u32)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign for NcMiceEvents
impl<'a, 'b> ShrAssign for NcMiceEvents
Source§fn shr_assign(&mut self, rhs: NcMiceEvents)
fn shr_assign(&mut self, rhs: NcMiceEvents)
Performs the
>>= operation. Read moreSource§impl UpperHex for NcMiceEvents
impl UpperHex for NcMiceEvents
impl Copy for NcMiceEvents
impl Eq for NcMiceEvents
impl StructuralPartialEq for NcMiceEvents
Auto Trait Implementations§
impl Freeze for NcMiceEvents
impl RefUnwindSafe for NcMiceEvents
impl Send for NcMiceEvents
impl Sync for NcMiceEvents
impl Unpin for NcMiceEvents
impl UnwindSafe for NcMiceEvents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more