NcStyle_u16

Type Alias NcStyle_u16 

Source
pub type NcStyle_u16 = u16;
Expand description

Styling attribute flags.

It’s recommended to use NcStyle instead.

§Associated c_api constants

Trait Implementations§

Source§

impl<'a, 'b> BitAnd<&'b NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b NcStyle> for NcStyle_u16

Source§

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

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut NcStyle> for NcStyle_u16

Source§

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

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<NcStyle> for NcStyle_u16

Source§

fn bitand_assign(&mut self, rhs: NcStyle)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b NcStyle> for NcStyle_u16

Source§

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

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut NcStyle> for NcStyle_u16

Source§

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

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<NcStyle> for NcStyle_u16

Source§

fn bitor_assign(&mut self, rhs: NcStyle)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b NcStyle> for NcStyle_u16

Source§

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

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut NcStyle> for NcStyle_u16

Source§

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

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<NcStyle> for NcStyle_u16

Source§

fn bitxor_assign(&mut self, rhs: NcStyle)

Performs the ^= operation. Read more
Source§

impl<'a> From<&'a NcStyle> for &'a NcStyle_u16

Source§

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

Converts to this type from the input type.
Source§

impl<'a> From<&'a mut NcStyle> for &'a mut NcStyle_u16

Source§

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

Converts to this type from the input type.
Source§

impl From<NcStyle> for NcStyle_u16

Source§

fn from(s: NcStyle) -> Self

Converts to this type from the input type.
Source§

impl<'a, 'b> Shl<&'b NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b NcStyle> for NcStyle_u16

Source§

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

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut NcStyle> for NcStyle_u16

Source§

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

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<NcStyle> for NcStyle_u16

Source§

fn shl_assign(&mut self, rhs: NcStyle)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcStyle> for &'a NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcStyle> for NcStyle_u16

Source§

type Output = NcStyle

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b NcStyle> for NcStyle_u16

Source§

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

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut NcStyle> for NcStyle_u16

Source§

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

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<NcStyle> for NcStyle_u16

Source§

fn shr_assign(&mut self, rhs: NcStyle)

Performs the >>= operation. Read more