NcVisualFlag_u64

Type Alias NcVisualFlag_u64 

Source
pub type NcVisualFlag_u64 = u64;

Trait Implementations§

Source§

impl<'a, 'b> BitAnd<&'b NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<NcVisualFlag> for NcVisualFlag_u64

Source§

fn bitand_assign(&mut self, rhs: NcVisualFlag)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<NcVisualFlag> for NcVisualFlag_u64

Source§

fn bitor_assign(&mut self, rhs: NcVisualFlag)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<NcVisualFlag> for NcVisualFlag_u64

Source§

fn bitxor_assign(&mut self, rhs: NcVisualFlag)

Performs the ^= operation. Read more
Source§

impl<'a> From<&'a NcVisualFlag> for &'a NcVisualFlag_u64

Source§

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

Converts to this type from the input type.
Source§

impl<'a> From<&'a mut NcVisualFlag> for &'a mut NcVisualFlag_u64

Source§

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

Converts to this type from the input type.
Source§

impl From<NcVisualFlag> for NcVisualFlag_u64

Source§

fn from(s: NcVisualFlag) -> Self

Converts to this type from the input type.
Source§

impl<'a, 'b> Shl<&'b NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<NcVisualFlag> for NcVisualFlag_u64

Source§

fn shl_assign(&mut self, rhs: NcVisualFlag)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcVisualFlag> for &'a NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcVisualFlag> for NcVisualFlag_u64

Source§

type Output = NcVisualFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64

Source§

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

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<NcVisualFlag> for NcVisualFlag_u64

Source§

fn shr_assign(&mut self, rhs: NcVisualFlag)

Performs the >>= operation. Read more