NcMiceEvents

Struct NcMiceEvents 

Source
#[repr(transparent)]
pub struct NcMiceEvents(pub NcMiceEvents_u32);
Expand description

A bitmask of mice input events.

§Default

*NcMiceEvents::None

§Flags

§Used by

Tuple Fields§

§0: NcMiceEvents_u32

Implementations§

Source§

impl NcMiceEvents

§Flags

Source

pub const None: NcMiceEvents

Disables all mice events.

Source

pub const Move: NcMiceEvents

Enables mice move events.

Source

pub const Button: NcMiceEvents

Enables mice button events.

Source

pub const Drag: NcMiceEvents

Enables mice drag events.

Source

pub const All: NcMiceEvents

Enables all mice tracking events.

Source§

impl NcMiceEvents

§Methods

Source

pub fn new(value: NcMiceEvents_u32) -> Self

Returns a new NcMiceEvents.

Source

pub fn has(&self, other: NcMiceEvents) -> bool

Returns true if the current mice events has other included.

Source

pub fn add(&mut self, other: NcMiceEvents)

Adds other to the current mice events.

Trait Implementations§

Source§

impl Binary for NcMiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the & operator.
Source§

fn bitand(self, rhs: NcMiceEvents) -> Self::Output

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitand_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitand_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b u32> for &'a mut NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b u32> for NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<u32> for &'a mut NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<u32> for NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign for NcMiceEvents

Source§

fn bitand_assign(&mut self, rhs: NcMiceEvents)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the | operator.
Source§

fn bitor(self, rhs: NcMiceEvents) -> Self::Output

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitor_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitor_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b u32> for &'a mut NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b u32> for NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<u32> for &'a mut NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<u32> for NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign for NcMiceEvents

Source§

fn bitor_assign(&mut self, rhs: NcMiceEvents)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, rhs: NcMiceEvents) -> Self::Output

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitxor_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b u32> for &'a mut NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b u32> for NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<NcMiceEvents> for NcMiceEvents_u32

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<u32> for &'a mut NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<u32> for NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign for NcMiceEvents

Source§

fn bitxor_assign(&mut self, rhs: NcMiceEvents)

Performs the ^= operation. Read more
Source§

impl Clone for NcMiceEvents

Source§

fn clone(&self) -> NcMiceEvents

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for NcMiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for NcMiceEvents

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Display for NcMiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a> From<&'a NcMiceEvents> for &'a NcMiceEvents_u32

Source§

fn from(s: &'a NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<&NcMiceEvents> for *const NcMiceEvents_u32

Source§

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

Source§

fn from(s: &'a mut NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<&mut NcMiceEvents> for *mut NcMiceEvents_u32

Source§

fn from(s: &mut NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

impl<'a> From<&'a mut u32> for NcMiceEvents

Source§

fn from(p: &'a mut NcMiceEvents_u32) -> Self

Converts to this type from the input type.
Source§

impl<'a> From<&'a u32> for NcMiceEvents

Source§

fn from(p: &'a NcMiceEvents_u32) -> Self

Converts to this type from the input type.
Source§

impl From<NcMiceEvents> for NcMiceEvents_u32

Source§

fn from(s: NcMiceEvents) -> Self

Converts to this type from the input type.
Source§

impl From<u32> for NcMiceEvents

Source§

fn from(p: NcMiceEvents_u32) -> Self

Converts to this type from the input type.
Source§

impl LowerHex for NcMiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'a> Not for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl<'a> Not for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl<'a> Not for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the ! operator.
Source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
Source§

impl Octal for NcMiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for NcMiceEvents

Source§

fn eq(&self, other: &NcMiceEvents) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the << operator.
Source§

fn shl(self, rhs: NcMiceEvents) -> Self::Output

Performs the << operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

fn shl_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

fn shl_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b u32> for &'a mut NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b u32> for NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<NcMiceEvents> for NcMiceEvents_u32

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<u32> for &'a mut NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<u32> for NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign for NcMiceEvents

Source§

fn shl_assign(&mut self, rhs: NcMiceEvents)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcMiceEvents> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b mut NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: &'b NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcMiceEvents> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcMiceEvents> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcMiceEvents> for &'a NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcMiceEvents> for NcMiceEvents_u32

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<u32> for &'a NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<u32> for &'a mut NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<u32> for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents_u32) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr for NcMiceEvents

Source§

type Output = NcMiceEvents

The resulting type after applying the >> operator.
Source§

fn shr(self, rhs: NcMiceEvents) -> Self::Output

Performs the >> operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b NcMiceEvents> for NcMiceEvents_u32

Source§

fn shr_assign(&mut self, rhs: &'b NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut NcMiceEvents> for NcMiceEvents_u32

Source§

fn shr_assign(&mut self, rhs: &'b mut NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b u32> for &'a mut NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b u32> for NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: &'b NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<NcMiceEvents> for &'a mut NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<NcMiceEvents> for NcMiceEvents_u32

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<u32> for &'a mut NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<u32> for NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents_u32)

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign for NcMiceEvents

Source§

fn shr_assign(&mut self, rhs: NcMiceEvents)

Performs the >>= operation. Read more
Source§

impl UpperHex for NcMiceEvents

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for NcMiceEvents

Source§

impl Eq for NcMiceEvents

Source§

impl StructuralPartialEq for NcMiceEvents

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.