NcFlag_u64

Type Alias NcFlag_u64 

Source
pub type NcFlag_u64 = u64;
Expand description

Trait Implementations§

Source§

impl<'a, 'b> BitAnd<&'b NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<&'b mut NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAnd<NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the & operator.
Source§

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

Performs the & operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b NcFlag> for NcFlag_u64

Source§

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

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<&'b mut NcFlag> for NcFlag_u64

Source§

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

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitAndAssign<NcFlag> for NcFlag_u64

Source§

fn bitand_assign(&mut self, rhs: NcFlag)

Performs the &= operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<&'b mut NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOr<NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the | operator.
Source§

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

Performs the | operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b NcFlag> for NcFlag_u64

Source§

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

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<&'b mut NcFlag> for NcFlag_u64

Source§

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

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitOrAssign<NcFlag> for NcFlag_u64

Source§

fn bitor_assign(&mut self, rhs: NcFlag)

Performs the |= operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<&'b mut NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXor<NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

The resulting type after applying the ^ operator.
Source§

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

Performs the ^ operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b NcFlag> for NcFlag_u64

Source§

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

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<&'b mut NcFlag> for NcFlag_u64

Source§

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

Performs the ^= operation. Read more
Source§

impl<'a, 'b> BitXorAssign<NcFlag> for NcFlag_u64

Source§

fn bitxor_assign(&mut self, rhs: NcFlag)

Performs the ^= operation. Read more
Source§

impl<'a> From<&'a NcFlag> for &'a NcFlag_u64

Source§

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

Converts to this type from the input type.
Source§

impl<'a> From<&'a mut NcFlag> for &'a mut NcFlag_u64

Source§

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

Converts to this type from the input type.
Source§

impl From<NcFlag> for NcFlag_u64

Source§

fn from(s: NcFlag) -> Self

Converts to this type from the input type.
Source§

impl<'a, 'b> Shl<&'b NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<&'b mut NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> Shl<NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the << operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b NcFlag> for NcFlag_u64

Source§

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

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<&'b mut NcFlag> for NcFlag_u64

Source§

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

Performs the <<= operation. Read more
Source§

impl<'a, 'b> ShlAssign<NcFlag> for NcFlag_u64

Source§

fn shl_assign(&mut self, rhs: NcFlag)

Performs the <<= operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<&'b mut NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcFlag> for &'a NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> Shr<NcFlag> for NcFlag_u64

Source§

type Output = NcFlag

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

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

Performs the >> operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b NcFlag> for NcFlag_u64

Source§

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

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<&'b mut NcFlag> for NcFlag_u64

Source§

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

Performs the >>= operation. Read more
Source§

impl<'a, 'b> ShrAssign<NcFlag> for NcFlag_u64

Source§

fn shr_assign(&mut self, rhs: NcFlag)

Performs the >>= operation. Read more