pub struct NcPlaneFlag(pub NcPlaneFlag_u64);
Expand description

Tuple Fields§

§0: NcPlaneFlag_u64

Implementations§

source§

impl NcPlaneFlag

source

pub const None: Self = _

No flags.

source

pub const HorAligned: Self = _

Horizontal alignment relative to the parent plane.

Use NcAlign for ‘x’.

source

pub const VerAligned: Self = _

Vertical alignment relative to the parent plane.

Use NcAlign for ‘y’.

source

pub const Marginalized: Self = _

Maximize relative to the parent plane, minus the provided margins.

The margins are best-effort; the plane will always be at least 1 column by 1 row. If the margins can be effected, the plane will be sized to all remaining space. ‘y’ and ‘x’ are overloaded as the top and left margins when this flag is used. ‘rows’ and ‘cols’ must be 0 when this flag is used. This flag is exclusive with both of the alignment flags.

source

pub const Fixed: Self = _

Do not scroll alongside its parent.

If this plane is bound to a scrolling plane, it ought not scroll along with the parent (it will still move with the parent, maintaining its relative position, if the parent is moved to a new location).

source

pub const AutoGrow: Self = _

Enables automatic growth of the plane to accommodate output.

Creating a plane with this flag is equivalent to immediately calling NcPlane::set_autogrow(true) following plane creation.

source

pub const VScroll: Self = _

Enables vertical scrolling of the plane to accommodate output.

Creating a plane with this flag is equivalent to immediately calling NcPlane::set_scrolling(true) following plane creation.

Trait Implementations§

source§

impl Binary for NcPlaneFlag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<&'b u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAnd<u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the & operator.
source§

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

Performs the & operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b mut NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b u64> for &'a mut NcPlaneFlag

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<&'b u64> for NcPlaneFlag

source§

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

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<NcPlaneFlag> for &'a mut NcPlaneFlag

source§

fn bitand_assign(&mut self, rhs: NcPlaneFlag)

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<NcPlaneFlag> for NcPlaneFlag

source§

fn bitand_assign(&mut self, rhs: NcPlaneFlag)

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<NcPlaneFlag> for NcPlaneFlag_u64

source§

fn bitand_assign(&mut self, rhs: NcPlaneFlag)

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<u64> for &'a mut NcPlaneFlag

source§

fn bitand_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the &= operation. Read more
source§

impl<'a, 'b> BitAndAssign<u64> for NcPlaneFlag

source§

fn bitand_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the &= operation. Read more
source§

impl<'a, 'b> BitOr<&'b NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<&'b u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOr<u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the | operator.
source§

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

Performs the | operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b u64> for &'a mut NcPlaneFlag

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<&'b u64> for NcPlaneFlag

source§

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

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<NcPlaneFlag> for &'a mut NcPlaneFlag

source§

fn bitor_assign(&mut self, rhs: NcPlaneFlag)

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<NcPlaneFlag> for NcPlaneFlag

source§

fn bitor_assign(&mut self, rhs: NcPlaneFlag)

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<NcPlaneFlag> for NcPlaneFlag_u64

source§

fn bitor_assign(&mut self, rhs: NcPlaneFlag)

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<u64> for &'a mut NcPlaneFlag

source§

fn bitor_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the |= operation. Read more
source§

impl<'a, 'b> BitOrAssign<u64> for NcPlaneFlag

source§

fn bitor_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the |= operation. Read more
source§

impl<'a, 'b> BitXor<&'b NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<&'b u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXor<u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ^ operator.
source§

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

Performs the ^ operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b mut NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b u64> for &'a mut NcPlaneFlag

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<&'b u64> for NcPlaneFlag

source§

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

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<NcPlaneFlag> for &'a mut NcPlaneFlag

source§

fn bitxor_assign(&mut self, rhs: NcPlaneFlag)

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<NcPlaneFlag> for NcPlaneFlag

source§

fn bitxor_assign(&mut self, rhs: NcPlaneFlag)

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<NcPlaneFlag> for NcPlaneFlag_u64

source§

fn bitxor_assign(&mut self, rhs: NcPlaneFlag)

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<u64> for &'a mut NcPlaneFlag

source§

fn bitxor_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the ^= operation. Read more
source§

impl<'a, 'b> BitXorAssign<u64> for NcPlaneFlag

source§

fn bitxor_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the ^= operation. Read more
source§

impl Clone for NcPlaneFlag

source§

fn clone(&self) -> NcPlaneFlag

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NcPlaneFlag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for NcPlaneFlag

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for NcPlaneFlag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<&'a NcPlaneFlag> for &'a NcPlaneFlag_u64

source§

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

Converts to this type from the input type.
source§

impl<'a> From<&'a mut NcPlaneFlag> for &'a mut NcPlaneFlag_u64

source§

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

Converts to this type from the input type.
source§

impl<'a> From<&'a mut u64> for NcPlaneFlag

source§

fn from(p: &'a mut NcPlaneFlag_u64) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a u64> for NcPlaneFlag

source§

fn from(p: &'a NcPlaneFlag_u64) -> Self

Converts to this type from the input type.
source§

impl From<&NcPlaneFlag> for *const NcPlaneFlag_u64

source§

fn from(s: &NcPlaneFlag) -> Self

Converts to this type from the input type.
source§

impl From<&mut NcPlaneFlag> for *mut NcPlaneFlag_u64

source§

fn from(s: &mut NcPlaneFlag) -> Self

Converts to this type from the input type.
source§

impl From<NcPlaneFlag> for NcPlaneFlag_u64

source§

fn from(s: NcPlaneFlag) -> Self

Converts to this type from the input type.
source§

impl From<u64> for NcPlaneFlag

source§

fn from(p: NcPlaneFlag_u64) -> Self

Converts to this type from the input type.
source§

impl LowerHex for NcPlaneFlag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl<'a> Not for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl<'a> Not for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl<'a> Not for NcPlaneFlag

§

type Output = NcPlaneFlag

The resulting type after applying the ! operator.
source§

fn not(self) -> Self::Output

Performs the unary ! operation. Read more
source§

impl Octal for NcPlaneFlag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl PartialEq<NcPlaneFlag> for NcPlaneFlag

source§

fn eq(&self, other: &NcPlaneFlag) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<'a, 'b> Shl<&'b NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<&'b u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> Shl<u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the << operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b mut NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b u64> for &'a mut NcPlaneFlag

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<&'b u64> for NcPlaneFlag

source§

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

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<NcPlaneFlag> for &'a mut NcPlaneFlag

source§

fn shl_assign(&mut self, rhs: NcPlaneFlag)

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<NcPlaneFlag> for NcPlaneFlag

source§

fn shl_assign(&mut self, rhs: NcPlaneFlag)

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<NcPlaneFlag> for NcPlaneFlag_u64

source§

fn shl_assign(&mut self, rhs: NcPlaneFlag)

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<u64> for &'a mut NcPlaneFlag

source§

fn shl_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the <<= operation. Read more
source§

impl<'a, 'b> ShlAssign<u64> for NcPlaneFlag

source§

fn shl_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the <<= operation. Read more
source§

impl<'a, 'b> Shr<&'b NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<&'b u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<NcPlaneFlag> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<NcPlaneFlag> for &'a NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<NcPlaneFlag> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<NcPlaneFlag> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<NcPlaneFlag> for NcPlaneFlag_u64

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<u64> for &'a NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<u64> for &'a mut NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> Shr<u64> for NcPlaneFlag

§

type Output = NcPlaneFlag

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

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

Performs the >> operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b mut NcPlaneFlag> for &'a mut NcPlaneFlag

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b u64> for &'a mut NcPlaneFlag

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<&'b u64> for NcPlaneFlag

source§

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

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<NcPlaneFlag> for &'a mut NcPlaneFlag

source§

fn shr_assign(&mut self, rhs: NcPlaneFlag)

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<NcPlaneFlag> for NcPlaneFlag

source§

fn shr_assign(&mut self, rhs: NcPlaneFlag)

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<NcPlaneFlag> for NcPlaneFlag_u64

source§

fn shr_assign(&mut self, rhs: NcPlaneFlag)

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<u64> for &'a mut NcPlaneFlag

source§

fn shr_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the >>= operation. Read more
source§

impl<'a, 'b> ShrAssign<u64> for NcPlaneFlag

source§

fn shr_assign(&mut self, rhs: NcPlaneFlag_u64)

Performs the >>= operation. Read more
source§

impl UpperHex for NcPlaneFlag

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter.
source§

impl Copy for NcPlaneFlag

source§

impl Eq for NcPlaneFlag

source§

impl StructuralEq for NcPlaneFlag

source§

impl StructuralPartialEq for NcPlaneFlag

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.