pub type NcPlaneFlag_u64 = u64;Expand description
A bitmask of flags for NcPlaneOptions.
It’s recommended to use NcPlaneFlag instead.
§Associated c_api constants
Trait Implementations§
Source§impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitAnd<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitAnd<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitAnd<NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAnd<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitAnd<NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
& operator.Source§impl<'a, 'b> BitAndAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitAndAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitand_assign(&mut self, rhs: &'b NcPlaneFlag)
fn bitand_assign(&mut self, rhs: &'b NcPlaneFlag)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitAndAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitand_assign(&mut self, rhs: &'b mut NcPlaneFlag)
fn bitand_assign(&mut self, rhs: &'b mut NcPlaneFlag)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitAndAssign<NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitand_assign(&mut self, rhs: NcPlaneFlag)
fn bitand_assign(&mut self, rhs: NcPlaneFlag)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitOr<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitOr<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitOr<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitOr<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitOr<NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOr<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitOr<NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
| operator.Source§impl<'a, 'b> BitOrAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitOrAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitor_assign(&mut self, rhs: &'b NcPlaneFlag)
fn bitor_assign(&mut self, rhs: &'b NcPlaneFlag)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitOrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitor_assign(&mut self, rhs: &'b mut NcPlaneFlag)
fn bitor_assign(&mut self, rhs: &'b mut NcPlaneFlag)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitOrAssign<NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitor_assign(&mut self, rhs: NcPlaneFlag)
fn bitor_assign(&mut self, rhs: NcPlaneFlag)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitXor<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitXor<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitXor<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitXor<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> BitXor<NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXor<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitXor<NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
^ operator.Source§impl<'a, 'b> BitXorAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitXorAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitxor_assign(&mut self, rhs: &'b NcPlaneFlag)
fn bitxor_assign(&mut self, rhs: &'b NcPlaneFlag)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitXorAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitxor_assign(&mut self, rhs: &'b mut NcPlaneFlag)
fn bitxor_assign(&mut self, rhs: &'b mut NcPlaneFlag)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> BitXorAssign<NcPlaneFlag> for NcPlaneFlag_u64
Source§fn bitxor_assign(&mut self, rhs: NcPlaneFlag)
fn bitxor_assign(&mut self, rhs: NcPlaneFlag)
Performs the
^= operation. Read moreSource§impl<'a> From<&'a NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a> From<&'a NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§fn from(s: &'a NcPlaneFlag) -> Self
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
impl<'a> From<&'a mut NcPlaneFlag> for &'a mut NcPlaneFlag_u64
Source§fn from(s: &'a mut NcPlaneFlag) -> Self
fn from(s: &'a mut NcPlaneFlag) -> Self
Converts to this type from the input type.
Source§impl From<NcPlaneFlag> for NcPlaneFlag_u64
impl From<NcPlaneFlag> for NcPlaneFlag_u64
Source§fn from(s: NcPlaneFlag) -> Self
fn from(s: NcPlaneFlag) -> Self
Converts to this type from the input type.
Source§impl<'a, 'b> Shl<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> Shl<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> Shl<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> Shl<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> Shl<NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> Shl<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> Shl<NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
<< operator.Source§impl<'a, 'b> ShlAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> ShlAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§fn shl_assign(&mut self, rhs: &'b NcPlaneFlag)
fn shl_assign(&mut self, rhs: &'b NcPlaneFlag)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> ShlAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§fn shl_assign(&mut self, rhs: &'b mut NcPlaneFlag)
fn shl_assign(&mut self, rhs: &'b mut NcPlaneFlag)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> ShlAssign<NcPlaneFlag> for NcPlaneFlag_u64
Source§fn shl_assign(&mut self, rhs: NcPlaneFlag)
fn shl_assign(&mut self, rhs: NcPlaneFlag)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> Shr<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> Shr<&'b NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> Shr<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> Shr<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<NcPlaneFlag> for &'a NcPlaneFlag_u64
impl<'a, 'b> Shr<NcPlaneFlag> for &'a NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> Shr<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> Shr<NcPlaneFlag> for NcPlaneFlag_u64
Source§type Output = NcPlaneFlag
type Output = NcPlaneFlag
The resulting type after applying the
>> operator.Source§impl<'a, 'b> ShrAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> ShrAssign<&'b NcPlaneFlag> for NcPlaneFlag_u64
Source§fn shr_assign(&mut self, rhs: &'b NcPlaneFlag)
fn shr_assign(&mut self, rhs: &'b NcPlaneFlag)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> ShrAssign<&'b mut NcPlaneFlag> for NcPlaneFlag_u64
Source§fn shr_assign(&mut self, rhs: &'b mut NcPlaneFlag)
fn shr_assign(&mut self, rhs: &'b mut NcPlaneFlag)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<NcPlaneFlag> for NcPlaneFlag_u64
impl<'a, 'b> ShrAssign<NcPlaneFlag> for NcPlaneFlag_u64
Source§fn shr_assign(&mut self, rhs: NcPlaneFlag)
fn shr_assign(&mut self, rhs: NcPlaneFlag)
Performs the
>>= operation. Read more