#[repr(transparent)]
pub struct NcBoxMask(pub NcBoxMask_u32);
Expand description

A bitmask for drawing borders, gradients and corners.

§Flags

§Default

*NcBoxMask::None

Tuple Fields§

§0: NcBoxMask_u32

Implementations§

source§

impl NcBoxMask

§Constants

source

pub const GradTop: Self = _

Top gradient mask.

source

pub const GradRight: Self = _

Right gradient mask.

source

pub const GradBottom: Self = _

Bottom gradient mask.

source

pub const GradLeft: Self = _

Left gradient mask.

source

pub const MaskTop: Self = _

Top border mask.

source

pub const MaskRight: Self = _

Right border mask.

source

pub const MaskBottom: Self = _

Bottom border mask.

source

pub const MaskLeft: Self = _

Left border mask.

source

pub const CornerMask: Self = _

Corner mask to control the drawing of boxes corners.

By default, vertexes are drawn whether their connecting edges are drawn or not. The value of the bits control this, and are interpreted as the number of connecting edges necessary to draw a given corner.

At 0 (the default), corners are always drawn. At 3, corners are never drawn (since at most 2 edges can touch a box’s corner).

source

pub const CornerShift: Self = _

The number of bits CornerMask is shifted.

source

pub const None: Self = _

None of the bits set.

source§

impl NcBoxMask

§Methods

source

pub fn has(&self, other: impl Into<NcBoxMask>) -> bool

Returns true if the current style has included the other_style.

source

pub fn add(&mut self, other: impl Into<NcBoxMask>)

Adds the other_style to the current style.

Trait Implementations§

source§

impl Binary for NcBoxMask

source§

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

Formats the value using the given formatter.
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b mut NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b mut NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd for NcBoxMask

§

type Output = NcBoxMask

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

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

source§

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

Performs the &= operation. Read more
source§

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

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b NcBoxMask> for NcBoxMask_u32

source§

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

Performs the &= operation. Read more
source§

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

source§

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

Performs the &= operation. Read more
source§

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

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b mut NcBoxMask> for NcBoxMask_u32

source§

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

Performs the &= operation. Read more
source§

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

source§

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

Performs the &= operation. Read more
source§

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

source§

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

Performs the &= operation. Read more
source§

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

source§

fn bitand_assign(&mut self, rhs: NcBoxMask)

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<NcBoxMask> for NcBoxMask_u32

source§

fn bitand_assign(&mut self, rhs: NcBoxMask)

Performs the &= operation. Read more
source§

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

source§

fn bitand_assign(&mut self, rhs: NcBoxMask_u32)

Performs the &= operation. Read more
source§

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

source§

fn bitand_assign(&mut self, rhs: NcBoxMask_u32)

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign for NcBoxMask

source§

fn bitand_assign(&mut self, rhs: NcBoxMask)

Performs the &= operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b mut NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b mut NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr for NcBoxMask

§

type Output = NcBoxMask

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

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

source§

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

Performs the |= operation. Read more
source§

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

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b NcBoxMask> for NcBoxMask_u32

source§

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

Performs the |= operation. Read more
source§

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

source§

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

Performs the |= operation. Read more
source§

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

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b mut NcBoxMask> for NcBoxMask_u32

source§

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

Performs the |= operation. Read more
source§

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

source§

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

Performs the |= operation. Read more
source§

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

source§

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

Performs the |= operation. Read more
source§

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

source§

fn bitor_assign(&mut self, rhs: NcBoxMask)

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<NcBoxMask> for NcBoxMask_u32

source§

fn bitor_assign(&mut self, rhs: NcBoxMask)

Performs the |= operation. Read more
source§

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

source§

fn bitor_assign(&mut self, rhs: NcBoxMask_u32)

Performs the |= operation. Read more
source§

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

source§

fn bitor_assign(&mut self, rhs: NcBoxMask_u32)

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign for NcBoxMask

source§

fn bitor_assign(&mut self, rhs: NcBoxMask)

Performs the |= operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b mut NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b mut NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor for NcBoxMask

§

type Output = NcBoxMask

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

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

source§

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

Performs the ^= operation. Read more
source§

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

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b NcBoxMask> for NcBoxMask_u32

source§

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

Performs the ^= operation. Read more
source§

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

source§

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

Performs the ^= operation. Read more
source§

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

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b mut NcBoxMask> for NcBoxMask_u32

source§

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

Performs the ^= operation. Read more
source§

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

source§

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

Performs the ^= operation. Read more
source§

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

source§

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

Performs the ^= operation. Read more
source§

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

source§

fn bitxor_assign(&mut self, rhs: NcBoxMask)

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<NcBoxMask> for NcBoxMask_u32

source§

fn bitxor_assign(&mut self, rhs: NcBoxMask)

Performs the ^= operation. Read more
source§

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

source§

fn bitxor_assign(&mut self, rhs: NcBoxMask_u32)

Performs the ^= operation. Read more
source§

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

source§

fn bitxor_assign(&mut self, rhs: NcBoxMask_u32)

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign for NcBoxMask

source§

fn bitxor_assign(&mut self, rhs: NcBoxMask)

Performs the ^= operation. Read more
source§

impl Clone for NcBoxMask

source§

fn clone(&self) -> NcBoxMask

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 NcBoxMask

source§

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

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

impl Default for NcBoxMask

source§

fn default() -> Self

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

impl Display for NcBoxMask

source§

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

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

impl<'a> From<&'a NcBoxMask> for &'a NcBoxMask_u32

source§

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

Converts to this type from the input type.
source§

impl From<&NcBoxMask> for *const NcBoxMask_u32

source§

fn from(s: &NcBoxMask) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut NcBoxMask> for &'a mut NcBoxMask_u32

source§

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

Converts to this type from the input type.
source§

impl From<&mut NcBoxMask> for *mut NcBoxMask_u32

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<NcBoxMask> for NcBoxMask_u32

source§

fn from(s: NcBoxMask) -> Self

Converts to this type from the input type.
source§

impl From<u32> for NcBoxMask

source§

fn from(p: NcBoxMask_u32) -> Self

Converts to this type from the input type.
source§

impl LowerHex for NcBoxMask

source§

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

Formats the value using the given formatter.
source§

impl<'a> Not for &'a NcBoxMask

§

type Output = NcBoxMask

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 NcBoxMask

§

type Output = NcBoxMask

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl<'a> Not for NcBoxMask

§

type Output = NcBoxMask

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Octal for NcBoxMask

source§

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

Formats the value using the given formatter.
source§

impl PartialEq for NcBoxMask

source§

fn eq(&self, other: &NcBoxMask) -> 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 NcBoxMask> for &'a NcBoxMask

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b mut NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b mut NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl for NcBoxMask

§

type Output = NcBoxMask

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

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

Performs the << operation. Read more
source§

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

source§

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

Performs the <<= operation. Read more
source§

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

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b NcBoxMask> for NcBoxMask_u32

source§

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

Performs the <<= operation. Read more
source§

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

source§

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

Performs the <<= operation. Read more
source§

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

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b mut NcBoxMask> for NcBoxMask_u32

source§

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

Performs the <<= operation. Read more
source§

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

source§

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

Performs the <<= operation. Read more
source§

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

source§

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

Performs the <<= operation. Read more
source§

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

source§

fn shl_assign(&mut self, rhs: NcBoxMask)

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<NcBoxMask> for NcBoxMask_u32

source§

fn shl_assign(&mut self, rhs: NcBoxMask)

Performs the <<= operation. Read more
source§

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

source§

fn shl_assign(&mut self, rhs: NcBoxMask_u32)

Performs the <<= operation. Read more
source§

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

source§

fn shl_assign(&mut self, rhs: NcBoxMask_u32)

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign for NcBoxMask

source§

fn shl_assign(&mut self, rhs: NcBoxMask)

Performs the <<= operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b mut NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b mut NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<NcBoxMask> for &'a NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<NcBoxMask> for NcBoxMask_u32

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr for NcBoxMask

§

type Output = NcBoxMask

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

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

Performs the >> operation. Read more
source§

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

source§

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

Performs the >>= operation. Read more
source§

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

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b NcBoxMask> for NcBoxMask_u32

source§

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

Performs the >>= operation. Read more
source§

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

source§

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

Performs the >>= operation. Read more
source§

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

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b mut NcBoxMask> for NcBoxMask_u32

source§

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

Performs the >>= operation. Read more
source§

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

source§

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

Performs the >>= operation. Read more
source§

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

source§

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

Performs the >>= operation. Read more
source§

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

source§

fn shr_assign(&mut self, rhs: NcBoxMask)

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<NcBoxMask> for NcBoxMask_u32

source§

fn shr_assign(&mut self, rhs: NcBoxMask)

Performs the >>= operation. Read more
source§

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

source§

fn shr_assign(&mut self, rhs: NcBoxMask_u32)

Performs the >>= operation. Read more
source§

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

source§

fn shr_assign(&mut self, rhs: NcBoxMask_u32)

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign for NcBoxMask

source§

fn shr_assign(&mut self, rhs: NcBoxMask)

Performs the >>= operation. Read more
source§

impl UpperHex for NcBoxMask

source§

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

Formats the value using the given formatter.
source§

impl Copy for NcBoxMask

source§

impl Eq for NcBoxMask

source§

impl StructuralPartialEq for NcBoxMask

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.