#[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.
source§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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 copy 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.
source§

impl<'a> Not for &'a NcMiceEvents

§

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

§

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

§

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.
source§

impl PartialEq for NcMiceEvents

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method 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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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

§

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.
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> 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,

§

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§

default 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>,

§

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>,

§

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.