Struct libnotcurses_sys::NcStyle
source · [−]#[repr(transparent)]pub struct NcStyle(pub NcStyle_u16);Expand description
A bitmask of styles.
Flags
Default
Notes
- if you want reverse video, try
NcChannels.reverse - if you want blink, try
NcPlane.pulse. - if you want protection, put things on a different
NcPlane.
Tuple Fields
0: NcStyle_u16Implementations
Trait Implementations
sourceimpl<'a, 'b> BitAnd<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> BitAnd<&'b NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitAnd<&'b NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitAnd<&'b NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitAnd<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> BitAnd<&'b mut NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitAnd<&'b mut NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitAnd<&'b mut NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitAnd<NcStyle> for NcStyle_u16
impl<'a, 'b> BitAnd<NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitAnd<NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitAnd<NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitAndAssign<&'b NcStyle> for NcStyle
impl<'a, 'b> BitAndAssign<&'b NcStyle> for NcStyle
sourcefn bitand_assign(&mut self, rhs: &'b NcStyle)
fn bitand_assign(&mut self, rhs: &'b NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitAndAssign<&'b NcStyle> for &'a mut NcStyle
sourcefn bitand_assign(&mut self, rhs: &'b NcStyle)
fn bitand_assign(&mut self, rhs: &'b NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> BitAndAssign<&'b NcStyle> for NcStyle_u16
sourcefn bitand_assign(&mut self, rhs: &'b NcStyle)
fn bitand_assign(&mut self, rhs: &'b NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b mut NcStyle> for NcStyle
impl<'a, 'b> BitAndAssign<&'b mut NcStyle> for NcStyle
sourcefn bitand_assign(&mut self, rhs: &'b mut NcStyle)
fn bitand_assign(&mut self, rhs: &'b mut NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b mut NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitAndAssign<&'b mut NcStyle> for &'a mut NcStyle
sourcefn bitand_assign(&mut self, rhs: &'b mut NcStyle)
fn bitand_assign(&mut self, rhs: &'b mut NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> BitAndAssign<&'b mut NcStyle> for NcStyle_u16
sourcefn bitand_assign(&mut self, rhs: &'b mut NcStyle)
fn bitand_assign(&mut self, rhs: &'b mut NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b u16> for NcStyle
impl<'a, 'b> BitAndAssign<&'b u16> for NcStyle
sourcefn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<&'b u16> for &'a mut NcStyle
impl<'a, 'b> BitAndAssign<&'b u16> for &'a mut NcStyle
sourcefn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<NcStyle> for NcStyle
impl<'a, 'b> BitAndAssign<NcStyle> for NcStyle
sourcefn bitand_assign(&mut self, rhs: NcStyle)
fn bitand_assign(&mut self, rhs: NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitAndAssign<NcStyle> for &'a mut NcStyle
sourcefn bitand_assign(&mut self, rhs: NcStyle)
fn bitand_assign(&mut self, rhs: NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<NcStyle> for NcStyle_u16
impl<'a, 'b> BitAndAssign<NcStyle> for NcStyle_u16
sourcefn bitand_assign(&mut self, rhs: NcStyle)
fn bitand_assign(&mut self, rhs: NcStyle)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<u16> for NcStyle
impl<'a, 'b> BitAndAssign<u16> for NcStyle
sourcefn bitand_assign(&mut self, rhs: NcStyle_u16)
fn bitand_assign(&mut self, rhs: NcStyle_u16)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitAndAssign<u16> for &'a mut NcStyle
impl<'a, 'b> BitAndAssign<u16> for &'a mut NcStyle
sourcefn bitand_assign(&mut self, rhs: NcStyle_u16)
fn bitand_assign(&mut self, rhs: NcStyle_u16)
Performs the &= operation. Read more
sourceimpl<'a, 'b> BitOr<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> BitOr<&'b NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitOr<&'b NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitOr<&'b NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitOr<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> BitOr<&'b mut NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitOr<&'b mut NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitOr<&'b mut NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitOr<NcStyle> for NcStyle_u16
impl<'a, 'b> BitOr<NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitOr<NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitOr<NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitOrAssign<&'b NcStyle> for NcStyle
impl<'a, 'b> BitOrAssign<&'b NcStyle> for NcStyle
sourcefn bitor_assign(&mut self, rhs: &'b NcStyle)
fn bitor_assign(&mut self, rhs: &'b NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitOrAssign<&'b NcStyle> for &'a mut NcStyle
sourcefn bitor_assign(&mut self, rhs: &'b NcStyle)
fn bitor_assign(&mut self, rhs: &'b NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> BitOrAssign<&'b NcStyle> for NcStyle_u16
sourcefn bitor_assign(&mut self, rhs: &'b NcStyle)
fn bitor_assign(&mut self, rhs: &'b NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b mut NcStyle> for NcStyle
impl<'a, 'b> BitOrAssign<&'b mut NcStyle> for NcStyle
sourcefn bitor_assign(&mut self, rhs: &'b mut NcStyle)
fn bitor_assign(&mut self, rhs: &'b mut NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b mut NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitOrAssign<&'b mut NcStyle> for &'a mut NcStyle
sourcefn bitor_assign(&mut self, rhs: &'b mut NcStyle)
fn bitor_assign(&mut self, rhs: &'b mut NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> BitOrAssign<&'b mut NcStyle> for NcStyle_u16
sourcefn bitor_assign(&mut self, rhs: &'b mut NcStyle)
fn bitor_assign(&mut self, rhs: &'b mut NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b u16> for NcStyle
impl<'a, 'b> BitOrAssign<&'b u16> for NcStyle
sourcefn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<&'b u16> for &'a mut NcStyle
impl<'a, 'b> BitOrAssign<&'b u16> for &'a mut NcStyle
sourcefn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<NcStyle> for NcStyle
impl<'a, 'b> BitOrAssign<NcStyle> for NcStyle
sourcefn bitor_assign(&mut self, rhs: NcStyle)
fn bitor_assign(&mut self, rhs: NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitOrAssign<NcStyle> for &'a mut NcStyle
sourcefn bitor_assign(&mut self, rhs: NcStyle)
fn bitor_assign(&mut self, rhs: NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<NcStyle> for NcStyle_u16
impl<'a, 'b> BitOrAssign<NcStyle> for NcStyle_u16
sourcefn bitor_assign(&mut self, rhs: NcStyle)
fn bitor_assign(&mut self, rhs: NcStyle)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<u16> for NcStyle
impl<'a, 'b> BitOrAssign<u16> for NcStyle
sourcefn bitor_assign(&mut self, rhs: NcStyle_u16)
fn bitor_assign(&mut self, rhs: NcStyle_u16)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitOrAssign<u16> for &'a mut NcStyle
impl<'a, 'b> BitOrAssign<u16> for &'a mut NcStyle
sourcefn bitor_assign(&mut self, rhs: NcStyle_u16)
fn bitor_assign(&mut self, rhs: NcStyle_u16)
Performs the |= operation. Read more
sourceimpl<'a, 'b> BitXor<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> BitXor<&'b NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitXor<&'b NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitXor<&'b NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitXor<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> BitXor<&'b mut NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitXor<&'b mut NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitXor<&'b mut NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitXor<NcStyle> for NcStyle_u16
impl<'a, 'b> BitXor<NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> BitXor<NcStyle> for &'a NcStyle_u16
impl<'a, 'b> BitXor<NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> BitXorAssign<&'b NcStyle> for NcStyle
impl<'a, 'b> BitXorAssign<&'b NcStyle> for NcStyle
sourcefn bitxor_assign(&mut self, rhs: &'b NcStyle)
fn bitxor_assign(&mut self, rhs: &'b NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitXorAssign<&'b NcStyle> for &'a mut NcStyle
sourcefn bitxor_assign(&mut self, rhs: &'b NcStyle)
fn bitxor_assign(&mut self, rhs: &'b NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> BitXorAssign<&'b NcStyle> for NcStyle_u16
sourcefn bitxor_assign(&mut self, rhs: &'b NcStyle)
fn bitxor_assign(&mut self, rhs: &'b NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b mut NcStyle> for NcStyle
impl<'a, 'b> BitXorAssign<&'b mut NcStyle> for NcStyle
sourcefn bitxor_assign(&mut self, rhs: &'b mut NcStyle)
fn bitxor_assign(&mut self, rhs: &'b mut NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b mut NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitXorAssign<&'b mut NcStyle> for &'a mut NcStyle
sourcefn bitxor_assign(&mut self, rhs: &'b mut NcStyle)
fn bitxor_assign(&mut self, rhs: &'b mut NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> BitXorAssign<&'b mut NcStyle> for NcStyle_u16
sourcefn bitxor_assign(&mut self, rhs: &'b mut NcStyle)
fn bitxor_assign(&mut self, rhs: &'b mut NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b u16> for NcStyle
impl<'a, 'b> BitXorAssign<&'b u16> for NcStyle
sourcefn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<&'b u16> for &'a mut NcStyle
impl<'a, 'b> BitXorAssign<&'b u16> for &'a mut NcStyle
sourcefn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<NcStyle> for NcStyle
impl<'a, 'b> BitXorAssign<NcStyle> for NcStyle
sourcefn bitxor_assign(&mut self, rhs: NcStyle)
fn bitxor_assign(&mut self, rhs: NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<NcStyle> for &'a mut NcStyle
impl<'a, 'b> BitXorAssign<NcStyle> for &'a mut NcStyle
sourcefn bitxor_assign(&mut self, rhs: NcStyle)
fn bitxor_assign(&mut self, rhs: NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<NcStyle> for NcStyle_u16
impl<'a, 'b> BitXorAssign<NcStyle> for NcStyle_u16
sourcefn bitxor_assign(&mut self, rhs: NcStyle)
fn bitxor_assign(&mut self, rhs: NcStyle)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<u16> for NcStyle
impl<'a, 'b> BitXorAssign<u16> for NcStyle
sourcefn bitxor_assign(&mut self, rhs: NcStyle_u16)
fn bitxor_assign(&mut self, rhs: NcStyle_u16)
Performs the ^= operation. Read more
sourceimpl<'a, 'b> BitXorAssign<u16> for &'a mut NcStyle
impl<'a, 'b> BitXorAssign<u16> for &'a mut NcStyle
sourcefn bitxor_assign(&mut self, rhs: NcStyle_u16)
fn bitxor_assign(&mut self, rhs: NcStyle_u16)
Performs the ^= operation. Read more
sourceimpl From<&'_ NcStyle> for *const NcStyle_u16
impl From<&'_ NcStyle> for *const NcStyle_u16
sourceimpl From<&'_ mut NcStyle> for *mut NcStyle_u16
impl From<&'_ mut NcStyle> for *mut NcStyle_u16
sourceimpl<'a> From<&'a NcStyle> for &'a NcStyle_u16
impl<'a> From<&'a NcStyle> for &'a NcStyle_u16
sourceimpl<'a> From<&'a mut NcStyle> for &'a mut NcStyle_u16
impl<'a> From<&'a mut NcStyle> for &'a mut NcStyle_u16
sourceimpl<'a> From<&'a mut u16> for NcStyle
impl<'a> From<&'a mut u16> for NcStyle
sourcefn from(p: &'a mut NcStyle_u16) -> Self
fn from(p: &'a mut NcStyle_u16) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a u16> for NcStyle
impl<'a> From<&'a u16> for NcStyle
sourcefn from(p: &'a NcStyle_u16) -> Self
fn from(p: &'a NcStyle_u16) -> Self
Converts to this type from the input type.
sourceimpl From<NcStyle> for NcStyle_u16
impl From<NcStyle> for NcStyle_u16
sourceimpl From<u16> for NcStyle
impl From<u16> for NcStyle
sourcefn from(p: NcStyle_u16) -> Self
fn from(p: NcStyle_u16) -> Self
Converts to this type from the input type.
sourceimpl<'a, 'b> Shl<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> Shl<&'b NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> Shl<&'b NcStyle> for &'a NcStyle_u16
impl<'a, 'b> Shl<&'b NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> Shl<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> Shl<&'b mut NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> Shl<&'b mut NcStyle> for &'a NcStyle_u16
impl<'a, 'b> Shl<&'b mut NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> Shl<NcStyle> for NcStyle_u16
impl<'a, 'b> Shl<NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> Shl<NcStyle> for &'a NcStyle_u16
impl<'a, 'b> Shl<NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> ShlAssign<&'b NcStyle> for NcStyle
impl<'a, 'b> ShlAssign<&'b NcStyle> for NcStyle
sourcefn shl_assign(&mut self, rhs: &'b NcStyle)
fn shl_assign(&mut self, rhs: &'b NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b NcStyle> for &'a mut NcStyle
impl<'a, 'b> ShlAssign<&'b NcStyle> for &'a mut NcStyle
sourcefn shl_assign(&mut self, rhs: &'b NcStyle)
fn shl_assign(&mut self, rhs: &'b NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> ShlAssign<&'b NcStyle> for NcStyle_u16
sourcefn shl_assign(&mut self, rhs: &'b NcStyle)
fn shl_assign(&mut self, rhs: &'b NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b mut NcStyle> for NcStyle
impl<'a, 'b> ShlAssign<&'b mut NcStyle> for NcStyle
sourcefn shl_assign(&mut self, rhs: &'b mut NcStyle)
fn shl_assign(&mut self, rhs: &'b mut NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b mut NcStyle> for &'a mut NcStyle
impl<'a, 'b> ShlAssign<&'b mut NcStyle> for &'a mut NcStyle
sourcefn shl_assign(&mut self, rhs: &'b mut NcStyle)
fn shl_assign(&mut self, rhs: &'b mut NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> ShlAssign<&'b mut NcStyle> for NcStyle_u16
sourcefn shl_assign(&mut self, rhs: &'b mut NcStyle)
fn shl_assign(&mut self, rhs: &'b mut NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b u16> for NcStyle
impl<'a, 'b> ShlAssign<&'b u16> for NcStyle
sourcefn shl_assign(&mut self, rhs: &'b NcStyle_u16)
fn shl_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<&'b u16> for &'a mut NcStyle
impl<'a, 'b> ShlAssign<&'b u16> for &'a mut NcStyle
sourcefn shl_assign(&mut self, rhs: &'b NcStyle_u16)
fn shl_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<NcStyle> for NcStyle
impl<'a, 'b> ShlAssign<NcStyle> for NcStyle
sourcefn shl_assign(&mut self, rhs: NcStyle)
fn shl_assign(&mut self, rhs: NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<NcStyle> for &'a mut NcStyle
impl<'a, 'b> ShlAssign<NcStyle> for &'a mut NcStyle
sourcefn shl_assign(&mut self, rhs: NcStyle)
fn shl_assign(&mut self, rhs: NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<NcStyle> for NcStyle_u16
impl<'a, 'b> ShlAssign<NcStyle> for NcStyle_u16
sourcefn shl_assign(&mut self, rhs: NcStyle)
fn shl_assign(&mut self, rhs: NcStyle)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<u16> for NcStyle
impl<'a, 'b> ShlAssign<u16> for NcStyle
sourcefn shl_assign(&mut self, rhs: NcStyle_u16)
fn shl_assign(&mut self, rhs: NcStyle_u16)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> ShlAssign<u16> for &'a mut NcStyle
impl<'a, 'b> ShlAssign<u16> for &'a mut NcStyle
sourcefn shl_assign(&mut self, rhs: NcStyle_u16)
fn shl_assign(&mut self, rhs: NcStyle_u16)
Performs the <<= operation. Read more
sourceimpl<'a, 'b> Shr<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> Shr<&'b NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> Shr<&'b NcStyle> for &'a NcStyle_u16
impl<'a, 'b> Shr<&'b NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> Shr<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> Shr<&'b mut NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> Shr<&'b mut NcStyle> for &'a NcStyle_u16
impl<'a, 'b> Shr<&'b mut NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> Shr<NcStyle> for NcStyle_u16
impl<'a, 'b> Shr<NcStyle> for NcStyle_u16
sourceimpl<'a, 'b> Shr<NcStyle> for &'a NcStyle_u16
impl<'a, 'b> Shr<NcStyle> for &'a NcStyle_u16
sourceimpl<'a, 'b> ShrAssign<&'b NcStyle> for NcStyle
impl<'a, 'b> ShrAssign<&'b NcStyle> for NcStyle
sourcefn shr_assign(&mut self, rhs: &'b NcStyle)
fn shr_assign(&mut self, rhs: &'b NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b NcStyle> for &'a mut NcStyle
impl<'a, 'b> ShrAssign<&'b NcStyle> for &'a mut NcStyle
sourcefn shr_assign(&mut self, rhs: &'b NcStyle)
fn shr_assign(&mut self, rhs: &'b NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b NcStyle> for NcStyle_u16
impl<'a, 'b> ShrAssign<&'b NcStyle> for NcStyle_u16
sourcefn shr_assign(&mut self, rhs: &'b NcStyle)
fn shr_assign(&mut self, rhs: &'b NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b mut NcStyle> for NcStyle
impl<'a, 'b> ShrAssign<&'b mut NcStyle> for NcStyle
sourcefn shr_assign(&mut self, rhs: &'b mut NcStyle)
fn shr_assign(&mut self, rhs: &'b mut NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b mut NcStyle> for &'a mut NcStyle
impl<'a, 'b> ShrAssign<&'b mut NcStyle> for &'a mut NcStyle
sourcefn shr_assign(&mut self, rhs: &'b mut NcStyle)
fn shr_assign(&mut self, rhs: &'b mut NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b mut NcStyle> for NcStyle_u16
impl<'a, 'b> ShrAssign<&'b mut NcStyle> for NcStyle_u16
sourcefn shr_assign(&mut self, rhs: &'b mut NcStyle)
fn shr_assign(&mut self, rhs: &'b mut NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b u16> for NcStyle
impl<'a, 'b> ShrAssign<&'b u16> for NcStyle
sourcefn shr_assign(&mut self, rhs: &'b NcStyle_u16)
fn shr_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<&'b u16> for &'a mut NcStyle
impl<'a, 'b> ShrAssign<&'b u16> for &'a mut NcStyle
sourcefn shr_assign(&mut self, rhs: &'b NcStyle_u16)
fn shr_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<NcStyle> for NcStyle
impl<'a, 'b> ShrAssign<NcStyle> for NcStyle
sourcefn shr_assign(&mut self, rhs: NcStyle)
fn shr_assign(&mut self, rhs: NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<NcStyle> for &'a mut NcStyle
impl<'a, 'b> ShrAssign<NcStyle> for &'a mut NcStyle
sourcefn shr_assign(&mut self, rhs: NcStyle)
fn shr_assign(&mut self, rhs: NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<NcStyle> for NcStyle_u16
impl<'a, 'b> ShrAssign<NcStyle> for NcStyle_u16
sourcefn shr_assign(&mut self, rhs: NcStyle)
fn shr_assign(&mut self, rhs: NcStyle)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<u16> for NcStyle
impl<'a, 'b> ShrAssign<u16> for NcStyle
sourcefn shr_assign(&mut self, rhs: NcStyle_u16)
fn shr_assign(&mut self, rhs: NcStyle_u16)
Performs the >>= operation. Read more
sourceimpl<'a, 'b> ShrAssign<u16> for &'a mut NcStyle
impl<'a, 'b> ShrAssign<u16> for &'a mut NcStyle
sourcefn shr_assign(&mut self, rhs: NcStyle_u16)
fn shr_assign(&mut self, rhs: NcStyle_u16)
Performs the >>= operation. Read more
impl Copy for NcStyle
impl Eq for NcStyle
impl StructuralEq for NcStyle
impl StructuralPartialEq for NcStyle
Auto Trait Implementations
impl RefUnwindSafe for NcStyle
impl Send for NcStyle
impl Sync for NcStyle
impl Unpin for NcStyle
impl UnwindSafe for NcStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more