pub type NcVisualFlag_u64 = u64;Trait Implementations§
Source§impl<'a, 'b> BitAnd<&'b NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitAnd<&'b NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitAnd<&'b NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitAnd<NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitAnd<NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAndAssign<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitAndAssign<&'b NcVisualFlag> for NcVisualFlag_u64
Source§fn bitand_assign(&mut self, rhs: &'b NcVisualFlag)
fn bitand_assign(&mut self, rhs: &'b NcVisualFlag)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitAndAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§fn bitand_assign(&mut self, rhs: &'b mut NcVisualFlag)
fn bitand_assign(&mut self, rhs: &'b mut NcVisualFlag)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitAndAssign<NcVisualFlag> for NcVisualFlag_u64
Source§fn bitand_assign(&mut self, rhs: NcVisualFlag)
fn bitand_assign(&mut self, rhs: NcVisualFlag)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitOr<&'b NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitOr<&'b NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitOr<&'b NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitOr<NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitOr<NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOrAssign<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitOrAssign<&'b NcVisualFlag> for NcVisualFlag_u64
Source§fn bitor_assign(&mut self, rhs: &'b NcVisualFlag)
fn bitor_assign(&mut self, rhs: &'b NcVisualFlag)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitOrAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§fn bitor_assign(&mut self, rhs: &'b mut NcVisualFlag)
fn bitor_assign(&mut self, rhs: &'b mut NcVisualFlag)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitOrAssign<NcVisualFlag> for NcVisualFlag_u64
Source§fn bitor_assign(&mut self, rhs: NcVisualFlag)
fn bitor_assign(&mut self, rhs: NcVisualFlag)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitXor<&'b NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitXor<&'b NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitXor<&'b NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> BitXor<NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitXor<NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXorAssign<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitXorAssign<&'b NcVisualFlag> for NcVisualFlag_u64
Source§fn bitxor_assign(&mut self, rhs: &'b NcVisualFlag)
fn bitxor_assign(&mut self, rhs: &'b NcVisualFlag)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitXorAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§fn bitxor_assign(&mut self, rhs: &'b mut NcVisualFlag)
fn bitxor_assign(&mut self, rhs: &'b mut NcVisualFlag)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> BitXorAssign<NcVisualFlag> for NcVisualFlag_u64
Source§fn bitxor_assign(&mut self, rhs: NcVisualFlag)
fn bitxor_assign(&mut self, rhs: NcVisualFlag)
Performs the
^= operation. Read moreSource§impl<'a> From<&'a NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a> From<&'a NcVisualFlag> for &'a NcVisualFlag_u64
Source§fn from(s: &'a NcVisualFlag) -> Self
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
impl<'a> From<&'a mut NcVisualFlag> for &'a mut NcVisualFlag_u64
Source§fn from(s: &'a mut NcVisualFlag) -> Self
fn from(s: &'a mut NcVisualFlag) -> Self
Converts to this type from the input type.
Source§impl From<NcVisualFlag> for NcVisualFlag_u64
impl From<NcVisualFlag> for NcVisualFlag_u64
Source§fn from(s: NcVisualFlag) -> Self
fn from(s: NcVisualFlag) -> Self
Converts to this type from the input type.
Source§impl<'a, 'b> Shl<&'b NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> Shl<&'b NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> Shl<&'b NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> Shl<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> Shl<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> Shl<NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> Shl<NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> ShlAssign<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> ShlAssign<&'b NcVisualFlag> for NcVisualFlag_u64
Source§fn shl_assign(&mut self, rhs: &'b NcVisualFlag)
fn shl_assign(&mut self, rhs: &'b NcVisualFlag)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> ShlAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§fn shl_assign(&mut self, rhs: &'b mut NcVisualFlag)
fn shl_assign(&mut self, rhs: &'b mut NcVisualFlag)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> ShlAssign<NcVisualFlag> for NcVisualFlag_u64
Source§fn shl_assign(&mut self, rhs: NcVisualFlag)
fn shl_assign(&mut self, rhs: NcVisualFlag)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> Shr<&'b NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> Shr<&'b NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> Shr<&'b NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> Shr<&'b mut NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> Shr<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<NcVisualFlag> for &'a NcVisualFlag_u64
impl<'a, 'b> Shr<NcVisualFlag> for &'a NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> Shr<NcVisualFlag> for NcVisualFlag_u64
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> ShrAssign<&'b NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> ShrAssign<&'b NcVisualFlag> for NcVisualFlag_u64
Source§fn shr_assign(&mut self, rhs: &'b NcVisualFlag)
fn shr_assign(&mut self, rhs: &'b NcVisualFlag)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> ShrAssign<&'b mut NcVisualFlag> for NcVisualFlag_u64
Source§fn shr_assign(&mut self, rhs: &'b mut NcVisualFlag)
fn shr_assign(&mut self, rhs: &'b mut NcVisualFlag)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<NcVisualFlag> for NcVisualFlag_u64
impl<'a, 'b> ShrAssign<NcVisualFlag> for NcVisualFlag_u64
Source§fn shr_assign(&mut self, rhs: NcVisualFlag)
fn shr_assign(&mut self, rhs: NcVisualFlag)
Performs the
>>= operation. Read more