pub struct NcVisualFlag(pub NcVisualFlag_u64);
Expand description
Tuple Fields§
§0: NcVisualFlag_u64
Implementations§
Source§impl NcVisualFlag
impl NcVisualFlag
Sourcepub const Blend: Self
pub const Blend: Self
Uses NcAlpha::Blend
with the NcVisual
.
Sourcepub const ChildPlane: Self
pub const ChildPlane: Self
allows you to indicate that the n field of ncvisual_options refers not to the plane onto which you’d like to blit, but the parent of a new plane.
A plane will be created using the other parameters in the ncvisual_options, as a child of this parent. This means things like, say, vertically centering a sprixel relative to the standard plane can be done in one step.
Sourcepub const VerAligned: Self
pub const VerAligned: Self
Y is an alignment, not absolute.
Sourcepub const HorAligned: Self
pub const HorAligned: Self
X is an alignment, not absolute.
Sourcepub const NoInterpolate: Self
pub const NoInterpolate: Self
Uses non-interpolative scaling.
Trait Implementations§
Source§impl Binary for NcVisualFlag
impl Binary for NcVisualFlag
Source§impl<'a, 'b> BitAnd<&'b NcVisualFlag> for &'a NcVisualFlag
impl<'a, 'b> BitAnd<&'b NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitAnd<&'b NcVisualFlag> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.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
impl<'a, 'b> BitAnd<&'b NcVisualFlag> for NcVisualFlag
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
impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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
impl<'a, 'b> BitAnd<&'b mut NcVisualFlag> for NcVisualFlag
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<&'b u64> for &'a NcVisualFlag
impl<'a, 'b> BitAnd<&'b u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitAnd<&'b u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<&'b u64> for NcVisualFlag
impl<'a, 'b> BitAnd<&'b u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<NcVisualFlag> for &'a NcVisualFlag
impl<'a, 'b> BitAnd<NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitAnd<NcVisualFlag> for &'a mut NcVisualFlag
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> BitAnd<u64> for &'a NcVisualFlag
impl<'a, 'b> BitAnd<u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitAnd<u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd<u64> for NcVisualFlag
impl<'a, 'b> BitAnd<u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAnd for NcVisualFlag
impl<'a, 'b> BitAnd for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
&
operator.Source§impl<'a, 'b> BitAndAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitAndAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
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 NcVisualFlag> for NcVisualFlag
impl<'a, 'b> BitAndAssign<&'b NcVisualFlag> for NcVisualFlag
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 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 &'a mut NcVisualFlag
impl<'a, 'b> BitAndAssign<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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<&'b mut NcVisualFlag> for NcVisualFlag
impl<'a, 'b> BitAndAssign<&'b mut NcVisualFlag> for NcVisualFlag
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<&'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<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitAndAssign<&'b u64> for &'a mut NcVisualFlag
Source§fn bitand_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn bitand_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
&=
operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b u64> for NcVisualFlag
impl<'a, 'b> BitAndAssign<&'b u64> for NcVisualFlag
Source§fn bitand_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn bitand_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
&=
operation. Read moreSource§impl<'a, 'b> BitAndAssign<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitAndAssign<NcVisualFlag> for &'a mut NcVisualFlag
Source§fn bitand_assign(&mut self, rhs: NcVisualFlag)
fn bitand_assign(&mut self, rhs: 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> BitAndAssign<u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitAndAssign<u64> for &'a mut NcVisualFlag
Source§fn bitand_assign(&mut self, rhs: NcVisualFlag_u64)
fn bitand_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
&=
operation. Read moreSource§impl<'a, 'b> BitAndAssign<u64> for NcVisualFlag
impl<'a, 'b> BitAndAssign<u64> for NcVisualFlag
Source§fn bitand_assign(&mut self, rhs: NcVisualFlag_u64)
fn bitand_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
&=
operation. Read moreSource§impl<'a, 'b> BitAndAssign for NcVisualFlag
impl<'a, 'b> BitAndAssign for NcVisualFlag
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
impl<'a, 'b> BitOr<&'b NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitOr<&'b NcVisualFlag> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§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
impl<'a, 'b> BitOr<&'b NcVisualFlag> for NcVisualFlag
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
impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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
impl<'a, 'b> BitOr<&'b mut NcVisualFlag> for NcVisualFlag
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<&'b u64> for &'a NcVisualFlag
impl<'a, 'b> BitOr<&'b u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitOr<&'b u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<&'b u64> for NcVisualFlag
impl<'a, 'b> BitOr<&'b u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<NcVisualFlag> for &'a NcVisualFlag
impl<'a, 'b> BitOr<NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitOr<NcVisualFlag> for &'a mut NcVisualFlag
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> BitOr<u64> for &'a NcVisualFlag
impl<'a, 'b> BitOr<u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitOr<u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr<u64> for NcVisualFlag
impl<'a, 'b> BitOr<u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOr for NcVisualFlag
impl<'a, 'b> BitOr for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
|
operator.Source§impl<'a, 'b> BitOrAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitOrAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
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 NcVisualFlag> for NcVisualFlag
impl<'a, 'b> BitOrAssign<&'b NcVisualFlag> for NcVisualFlag
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 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 &'a mut NcVisualFlag
impl<'a, 'b> BitOrAssign<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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<&'b mut NcVisualFlag> for NcVisualFlag
impl<'a, 'b> BitOrAssign<&'b mut NcVisualFlag> for NcVisualFlag
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<&'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<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitOrAssign<&'b u64> for &'a mut NcVisualFlag
Source§fn bitor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn bitor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
|=
operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b u64> for NcVisualFlag
impl<'a, 'b> BitOrAssign<&'b u64> for NcVisualFlag
Source§fn bitor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn bitor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
|=
operation. Read moreSource§impl<'a, 'b> BitOrAssign<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitOrAssign<NcVisualFlag> for &'a mut NcVisualFlag
Source§fn bitor_assign(&mut self, rhs: NcVisualFlag)
fn bitor_assign(&mut self, rhs: 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> BitOrAssign<u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitOrAssign<u64> for &'a mut NcVisualFlag
Source§fn bitor_assign(&mut self, rhs: NcVisualFlag_u64)
fn bitor_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
|=
operation. Read moreSource§impl<'a, 'b> BitOrAssign<u64> for NcVisualFlag
impl<'a, 'b> BitOrAssign<u64> for NcVisualFlag
Source§fn bitor_assign(&mut self, rhs: NcVisualFlag_u64)
fn bitor_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
|=
operation. Read moreSource§impl<'a, 'b> BitOrAssign for NcVisualFlag
impl<'a, 'b> BitOrAssign for NcVisualFlag
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
impl<'a, 'b> BitXor<&'b NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitXor<&'b NcVisualFlag> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§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
impl<'a, 'b> BitXor<&'b NcVisualFlag> for NcVisualFlag
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
impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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
impl<'a, 'b> BitXor<&'b mut NcVisualFlag> for NcVisualFlag
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<&'b u64> for &'a NcVisualFlag
impl<'a, 'b> BitXor<&'b u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitXor<&'b u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<&'b u64> for NcVisualFlag
impl<'a, 'b> BitXor<&'b u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<NcVisualFlag> for &'a NcVisualFlag
impl<'a, 'b> BitXor<NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitXor<NcVisualFlag> for &'a mut NcVisualFlag
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> BitXor<u64> for &'a NcVisualFlag
impl<'a, 'b> BitXor<u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitXor<u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor<u64> for NcVisualFlag
impl<'a, 'b> BitXor<u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXor for NcVisualFlag
impl<'a, 'b> BitXor for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
^
operator.Source§impl<'a, 'b> BitXorAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitXorAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
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 NcVisualFlag> for NcVisualFlag
impl<'a, 'b> BitXorAssign<&'b NcVisualFlag> for NcVisualFlag
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 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 &'a mut NcVisualFlag
impl<'a, 'b> BitXorAssign<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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<&'b mut NcVisualFlag> for NcVisualFlag
impl<'a, 'b> BitXorAssign<&'b mut NcVisualFlag> for NcVisualFlag
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<&'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<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitXorAssign<&'b u64> for &'a mut NcVisualFlag
Source§fn bitxor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn bitxor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
^=
operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b u64> for NcVisualFlag
impl<'a, 'b> BitXorAssign<&'b u64> for NcVisualFlag
Source§fn bitxor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn bitxor_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
^=
operation. Read moreSource§impl<'a, 'b> BitXorAssign<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> BitXorAssign<NcVisualFlag> for &'a mut NcVisualFlag
Source§fn bitxor_assign(&mut self, rhs: NcVisualFlag)
fn bitxor_assign(&mut self, rhs: 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, 'b> BitXorAssign<u64> for &'a mut NcVisualFlag
impl<'a, 'b> BitXorAssign<u64> for &'a mut NcVisualFlag
Source§fn bitxor_assign(&mut self, rhs: NcVisualFlag_u64)
fn bitxor_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
^=
operation. Read moreSource§impl<'a, 'b> BitXorAssign<u64> for NcVisualFlag
impl<'a, 'b> BitXorAssign<u64> for NcVisualFlag
Source§fn bitxor_assign(&mut self, rhs: NcVisualFlag_u64)
fn bitxor_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
^=
operation. Read moreSource§impl<'a, 'b> BitXorAssign for NcVisualFlag
impl<'a, 'b> BitXorAssign for NcVisualFlag
Source§fn bitxor_assign(&mut self, rhs: NcVisualFlag)
fn bitxor_assign(&mut self, rhs: NcVisualFlag)
Performs the
^=
operation. Read moreSource§impl Clone for NcVisualFlag
impl Clone for NcVisualFlag
Source§fn clone(&self) -> NcVisualFlag
fn clone(&self) -> NcVisualFlag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NcVisualFlag
impl Debug for NcVisualFlag
Source§impl Default for NcVisualFlag
impl Default for NcVisualFlag
Source§impl Display for NcVisualFlag
impl Display for NcVisualFlag
Source§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 From<&NcVisualFlag> for *const NcVisualFlag_u64
impl From<&NcVisualFlag> for *const NcVisualFlag_u64
Source§fn from(s: &NcVisualFlag) -> Self
fn from(s: &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<&mut NcVisualFlag> for *mut NcVisualFlag_u64
impl From<&mut NcVisualFlag> for *mut NcVisualFlag_u64
Source§fn from(s: &mut NcVisualFlag) -> Self
fn from(s: &mut NcVisualFlag) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a mut u64> for NcVisualFlag
impl<'a> From<&'a mut u64> for NcVisualFlag
Source§fn from(p: &'a mut NcVisualFlag_u64) -> Self
fn from(p: &'a mut NcVisualFlag_u64) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a u64> for NcVisualFlag
impl<'a> From<&'a u64> for NcVisualFlag
Source§fn from(p: &'a NcVisualFlag_u64) -> Self
fn from(p: &'a NcVisualFlag_u64) -> 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 From<u64> for NcVisualFlag
impl From<u64> for NcVisualFlag
Source§fn from(p: NcVisualFlag_u64) -> Self
fn from(p: NcVisualFlag_u64) -> Self
Converts to this type from the input type.
Source§impl LowerHex for NcVisualFlag
impl LowerHex for NcVisualFlag
Source§impl<'a> Not for &'a NcVisualFlag
impl<'a> Not for &'a NcVisualFlag
Source§impl<'a> Not for &'a mut NcVisualFlag
impl<'a> Not for &'a mut NcVisualFlag
Source§impl<'a> Not for NcVisualFlag
impl<'a> Not for NcVisualFlag
Source§impl Octal for NcVisualFlag
impl Octal for NcVisualFlag
Source§impl PartialEq for NcVisualFlag
impl PartialEq for NcVisualFlag
Source§impl<'a, 'b> Shl<&'b NcVisualFlag> for &'a NcVisualFlag
impl<'a, 'b> Shl<&'b NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> Shl<&'b NcVisualFlag> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.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
impl<'a, 'b> Shl<&'b NcVisualFlag> for NcVisualFlag
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
impl<'a, 'b> Shl<&'b mut NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> Shl<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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
impl<'a, 'b> Shl<&'b mut NcVisualFlag> for NcVisualFlag
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<&'b u64> for &'a NcVisualFlag
impl<'a, 'b> Shl<&'b u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> Shl<&'b u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<&'b u64> for NcVisualFlag
impl<'a, 'b> Shl<&'b u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<NcVisualFlag> for &'a NcVisualFlag
impl<'a, 'b> Shl<NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> Shl<NcVisualFlag> for &'a mut NcVisualFlag
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> Shl<u64> for &'a NcVisualFlag
impl<'a, 'b> Shl<u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<u64> for &'a mut NcVisualFlag
impl<'a, 'b> Shl<u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl<u64> for NcVisualFlag
impl<'a, 'b> Shl<u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> Shl for NcVisualFlag
impl<'a, 'b> Shl for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
<<
operator.Source§impl<'a, 'b> ShlAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> ShlAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
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 NcVisualFlag> for NcVisualFlag
impl<'a, 'b> ShlAssign<&'b NcVisualFlag> for NcVisualFlag
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 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 &'a mut NcVisualFlag
impl<'a, 'b> ShlAssign<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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<&'b mut NcVisualFlag> for NcVisualFlag
impl<'a, 'b> ShlAssign<&'b mut NcVisualFlag> for NcVisualFlag
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<&'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<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> ShlAssign<&'b u64> for &'a mut NcVisualFlag
Source§fn shl_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn shl_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
<<=
operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b u64> for NcVisualFlag
impl<'a, 'b> ShlAssign<&'b u64> for NcVisualFlag
Source§fn shl_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn shl_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
<<=
operation. Read moreSource§impl<'a, 'b> ShlAssign<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> ShlAssign<NcVisualFlag> for &'a mut NcVisualFlag
Source§fn shl_assign(&mut self, rhs: NcVisualFlag)
fn shl_assign(&mut self, rhs: 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> ShlAssign<u64> for &'a mut NcVisualFlag
impl<'a, 'b> ShlAssign<u64> for &'a mut NcVisualFlag
Source§fn shl_assign(&mut self, rhs: NcVisualFlag_u64)
fn shl_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
<<=
operation. Read moreSource§impl<'a, 'b> ShlAssign<u64> for NcVisualFlag
impl<'a, 'b> ShlAssign<u64> for NcVisualFlag
Source§fn shl_assign(&mut self, rhs: NcVisualFlag_u64)
fn shl_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
<<=
operation. Read moreSource§impl<'a, 'b> ShlAssign for NcVisualFlag
impl<'a, 'b> ShlAssign for NcVisualFlag
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
impl<'a, 'b> Shr<&'b NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> Shr<&'b NcVisualFlag> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§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
impl<'a, 'b> Shr<&'b NcVisualFlag> for NcVisualFlag
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
impl<'a, 'b> Shr<&'b mut NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> Shr<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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
impl<'a, 'b> Shr<&'b mut NcVisualFlag> for NcVisualFlag
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<&'b u64> for &'a NcVisualFlag
impl<'a, 'b> Shr<&'b u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> Shr<&'b u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<&'b u64> for NcVisualFlag
impl<'a, 'b> Shr<&'b u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<NcVisualFlag> for &'a NcVisualFlag
impl<'a, 'b> Shr<NcVisualFlag> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> Shr<NcVisualFlag> for &'a mut NcVisualFlag
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> Shr<u64> for &'a NcVisualFlag
impl<'a, 'b> Shr<u64> for &'a NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<u64> for &'a mut NcVisualFlag
impl<'a, 'b> Shr<u64> for &'a mut NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr<u64> for NcVisualFlag
impl<'a, 'b> Shr<u64> for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> Shr for NcVisualFlag
impl<'a, 'b> Shr for NcVisualFlag
Source§type Output = NcVisualFlag
type Output = NcVisualFlag
The resulting type after applying the
>>
operator.Source§impl<'a, 'b> ShrAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> ShrAssign<&'b NcVisualFlag> for &'a mut NcVisualFlag
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 NcVisualFlag> for NcVisualFlag
impl<'a, 'b> ShrAssign<&'b NcVisualFlag> for NcVisualFlag
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 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 &'a mut NcVisualFlag
impl<'a, 'b> ShrAssign<&'b mut NcVisualFlag> for &'a mut NcVisualFlag
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<&'b mut NcVisualFlag> for NcVisualFlag
impl<'a, 'b> ShrAssign<&'b mut NcVisualFlag> for NcVisualFlag
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<&'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<&'b u64> for &'a mut NcVisualFlag
impl<'a, 'b> ShrAssign<&'b u64> for &'a mut NcVisualFlag
Source§fn shr_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn shr_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
>>=
operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b u64> for NcVisualFlag
impl<'a, 'b> ShrAssign<&'b u64> for NcVisualFlag
Source§fn shr_assign(&mut self, rhs: &'b NcVisualFlag_u64)
fn shr_assign(&mut self, rhs: &'b NcVisualFlag_u64)
Performs the
>>=
operation. Read moreSource§impl<'a, 'b> ShrAssign<NcVisualFlag> for &'a mut NcVisualFlag
impl<'a, 'b> ShrAssign<NcVisualFlag> for &'a mut NcVisualFlag
Source§fn shr_assign(&mut self, rhs: NcVisualFlag)
fn shr_assign(&mut self, rhs: 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 moreSource§impl<'a, 'b> ShrAssign<u64> for &'a mut NcVisualFlag
impl<'a, 'b> ShrAssign<u64> for &'a mut NcVisualFlag
Source§fn shr_assign(&mut self, rhs: NcVisualFlag_u64)
fn shr_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
>>=
operation. Read moreSource§impl<'a, 'b> ShrAssign<u64> for NcVisualFlag
impl<'a, 'b> ShrAssign<u64> for NcVisualFlag
Source§fn shr_assign(&mut self, rhs: NcVisualFlag_u64)
fn shr_assign(&mut self, rhs: NcVisualFlag_u64)
Performs the
>>=
operation. Read moreSource§impl<'a, 'b> ShrAssign for NcVisualFlag
impl<'a, 'b> ShrAssign for NcVisualFlag
Source§fn shr_assign(&mut self, rhs: NcVisualFlag)
fn shr_assign(&mut self, rhs: NcVisualFlag)
Performs the
>>=
operation. Read moreSource§impl UpperHex for NcVisualFlag
impl UpperHex for NcVisualFlag
impl Copy for NcVisualFlag
impl Eq for NcVisualFlag
impl StructuralPartialEq for NcVisualFlag
Auto Trait Implementations§
impl Freeze for NcVisualFlag
impl RefUnwindSafe for NcVisualFlag
impl Send for NcVisualFlag
impl Sync for NcVisualFlag
impl Unpin for NcVisualFlag
impl UnwindSafe for NcVisualFlag
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more