pub struct Style(/* private fields */);Expand description
A bitmask of styles.
Implementations§
Source§impl Style
§methods
impl Style
§methods
Sourcepub fn from_names(names: &str) -> Style
pub fn from_names(names: &str) -> Style
Returns a style from a case-insensitive string representation.
The received styles must be separated by spaces.
Trait Implementations§
Source§impl<'a, 'b> BitAnd<&'b Style> for &'a NcStyle_u16
impl<'a, 'b> BitAnd<&'b Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitAnd<&'b Style> for NcStyle_u16
impl<'a, 'b> BitAnd<&'b Style> for NcStyle_u16
Source§impl<'a, 'b> BitAnd<&'b mut Style> for &'a NcStyle_u16
impl<'a, 'b> BitAnd<&'b mut Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitAnd<&'b mut Style> for NcStyle_u16
impl<'a, 'b> BitAnd<&'b mut Style> for NcStyle_u16
Source§impl<'a, 'b> BitAnd<Style> for &'a NcStyle_u16
impl<'a, 'b> BitAnd<Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitAnd<Style> for NcStyle_u16
impl<'a, 'b> BitAnd<Style> for NcStyle_u16
Source§impl<'a, 'b> BitAndAssign<&'b Style> for &'a mut Style
impl<'a, 'b> BitAndAssign<&'b Style> for &'a mut Style
Source§fn bitand_assign(&mut self, rhs: &'b Style)
fn bitand_assign(&mut self, rhs: &'b Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b Style> for Style
impl<'a, 'b> BitAndAssign<&'b Style> for Style
Source§fn bitand_assign(&mut self, rhs: &'b Style)
fn bitand_assign(&mut self, rhs: &'b Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b Style> for NcStyle_u16
impl<'a, 'b> BitAndAssign<&'b Style> for NcStyle_u16
Source§fn bitand_assign(&mut self, rhs: &'b Style)
fn bitand_assign(&mut self, rhs: &'b Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b mut Style> for &'a mut Style
impl<'a, 'b> BitAndAssign<&'b mut Style> for &'a mut Style
Source§fn bitand_assign(&mut self, rhs: &'b mut Style)
fn bitand_assign(&mut self, rhs: &'b mut Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b mut Style> for Style
impl<'a, 'b> BitAndAssign<&'b mut Style> for Style
Source§fn bitand_assign(&mut self, rhs: &'b mut Style)
fn bitand_assign(&mut self, rhs: &'b mut Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b mut Style> for NcStyle_u16
impl<'a, 'b> BitAndAssign<&'b mut Style> for NcStyle_u16
Source§fn bitand_assign(&mut self, rhs: &'b mut Style)
fn bitand_assign(&mut self, rhs: &'b mut Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b u16> for &'a mut Style
impl<'a, 'b> BitAndAssign<&'b u16> for &'a mut Style
Source§fn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<&'b u16> for Style
impl<'a, 'b> BitAndAssign<&'b u16> for Style
Source§fn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitand_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<Style> for &'a mut Style
impl<'a, 'b> BitAndAssign<Style> for &'a mut Style
Source§fn bitand_assign(&mut self, rhs: Style)
fn bitand_assign(&mut self, rhs: Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<Style> for NcStyle_u16
impl<'a, 'b> BitAndAssign<Style> for NcStyle_u16
Source§fn bitand_assign(&mut self, rhs: Style)
fn bitand_assign(&mut self, rhs: Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<u16> for &'a mut Style
impl<'a, 'b> BitAndAssign<u16> for &'a mut Style
Source§fn bitand_assign(&mut self, rhs: NcStyle_u16)
fn bitand_assign(&mut self, rhs: NcStyle_u16)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign<u16> for Style
impl<'a, 'b> BitAndAssign<u16> for Style
Source§fn bitand_assign(&mut self, rhs: NcStyle_u16)
fn bitand_assign(&mut self, rhs: NcStyle_u16)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitAndAssign for Style
impl<'a, 'b> BitAndAssign for Style
Source§fn bitand_assign(&mut self, rhs: Style)
fn bitand_assign(&mut self, rhs: Style)
Performs the
&= operation. Read moreSource§impl<'a, 'b> BitOr<&'b Style> for &'a NcStyle_u16
impl<'a, 'b> BitOr<&'b Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitOr<&'b Style> for NcStyle_u16
impl<'a, 'b> BitOr<&'b Style> for NcStyle_u16
Source§impl<'a, 'b> BitOr<&'b mut Style> for &'a NcStyle_u16
impl<'a, 'b> BitOr<&'b mut Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitOr<&'b mut Style> for NcStyle_u16
impl<'a, 'b> BitOr<&'b mut Style> for NcStyle_u16
Source§impl<'a, 'b> BitOr<Style> for &'a NcStyle_u16
impl<'a, 'b> BitOr<Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitOr<Style> for NcStyle_u16
impl<'a, 'b> BitOr<Style> for NcStyle_u16
Source§impl<'a, 'b> BitOrAssign<&'b Style> for &'a mut Style
impl<'a, 'b> BitOrAssign<&'b Style> for &'a mut Style
Source§fn bitor_assign(&mut self, rhs: &'b Style)
fn bitor_assign(&mut self, rhs: &'b Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b Style> for Style
impl<'a, 'b> BitOrAssign<&'b Style> for Style
Source§fn bitor_assign(&mut self, rhs: &'b Style)
fn bitor_assign(&mut self, rhs: &'b Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b Style> for NcStyle_u16
impl<'a, 'b> BitOrAssign<&'b Style> for NcStyle_u16
Source§fn bitor_assign(&mut self, rhs: &'b Style)
fn bitor_assign(&mut self, rhs: &'b Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b mut Style> for &'a mut Style
impl<'a, 'b> BitOrAssign<&'b mut Style> for &'a mut Style
Source§fn bitor_assign(&mut self, rhs: &'b mut Style)
fn bitor_assign(&mut self, rhs: &'b mut Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b mut Style> for Style
impl<'a, 'b> BitOrAssign<&'b mut Style> for Style
Source§fn bitor_assign(&mut self, rhs: &'b mut Style)
fn bitor_assign(&mut self, rhs: &'b mut Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b mut Style> for NcStyle_u16
impl<'a, 'b> BitOrAssign<&'b mut Style> for NcStyle_u16
Source§fn bitor_assign(&mut self, rhs: &'b mut Style)
fn bitor_assign(&mut self, rhs: &'b mut Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b u16> for &'a mut Style
impl<'a, 'b> BitOrAssign<&'b u16> for &'a mut Style
Source§fn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<&'b u16> for Style
impl<'a, 'b> BitOrAssign<&'b u16> for Style
Source§fn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<Style> for &'a mut Style
impl<'a, 'b> BitOrAssign<Style> for &'a mut Style
Source§fn bitor_assign(&mut self, rhs: Style)
fn bitor_assign(&mut self, rhs: Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<Style> for NcStyle_u16
impl<'a, 'b> BitOrAssign<Style> for NcStyle_u16
Source§fn bitor_assign(&mut self, rhs: Style)
fn bitor_assign(&mut self, rhs: Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<u16> for &'a mut Style
impl<'a, 'b> BitOrAssign<u16> for &'a mut Style
Source§fn bitor_assign(&mut self, rhs: NcStyle_u16)
fn bitor_assign(&mut self, rhs: NcStyle_u16)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign<u16> for Style
impl<'a, 'b> BitOrAssign<u16> for Style
Source§fn bitor_assign(&mut self, rhs: NcStyle_u16)
fn bitor_assign(&mut self, rhs: NcStyle_u16)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitOrAssign for Style
impl<'a, 'b> BitOrAssign for Style
Source§fn bitor_assign(&mut self, rhs: Style)
fn bitor_assign(&mut self, rhs: Style)
Performs the
|= operation. Read moreSource§impl<'a, 'b> BitXor<&'b Style> for &'a NcStyle_u16
impl<'a, 'b> BitXor<&'b Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitXor<&'b Style> for NcStyle_u16
impl<'a, 'b> BitXor<&'b Style> for NcStyle_u16
Source§impl<'a, 'b> BitXor<&'b mut Style> for &'a NcStyle_u16
impl<'a, 'b> BitXor<&'b mut Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitXor<&'b mut Style> for NcStyle_u16
impl<'a, 'b> BitXor<&'b mut Style> for NcStyle_u16
Source§impl<'a, 'b> BitXor<Style> for &'a NcStyle_u16
impl<'a, 'b> BitXor<Style> for &'a NcStyle_u16
Source§impl<'a, 'b> BitXor<Style> for NcStyle_u16
impl<'a, 'b> BitXor<Style> for NcStyle_u16
Source§impl<'a, 'b> BitXorAssign<&'b Style> for &'a mut Style
impl<'a, 'b> BitXorAssign<&'b Style> for &'a mut Style
Source§fn bitxor_assign(&mut self, rhs: &'b Style)
fn bitxor_assign(&mut self, rhs: &'b Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b Style> for Style
impl<'a, 'b> BitXorAssign<&'b Style> for Style
Source§fn bitxor_assign(&mut self, rhs: &'b Style)
fn bitxor_assign(&mut self, rhs: &'b Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b Style> for NcStyle_u16
impl<'a, 'b> BitXorAssign<&'b Style> for NcStyle_u16
Source§fn bitxor_assign(&mut self, rhs: &'b Style)
fn bitxor_assign(&mut self, rhs: &'b Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b mut Style> for &'a mut Style
impl<'a, 'b> BitXorAssign<&'b mut Style> for &'a mut Style
Source§fn bitxor_assign(&mut self, rhs: &'b mut Style)
fn bitxor_assign(&mut self, rhs: &'b mut Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b mut Style> for Style
impl<'a, 'b> BitXorAssign<&'b mut Style> for Style
Source§fn bitxor_assign(&mut self, rhs: &'b mut Style)
fn bitxor_assign(&mut self, rhs: &'b mut Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b mut Style> for NcStyle_u16
impl<'a, 'b> BitXorAssign<&'b mut Style> for NcStyle_u16
Source§fn bitxor_assign(&mut self, rhs: &'b mut Style)
fn bitxor_assign(&mut self, rhs: &'b mut Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b u16> for &'a mut Style
impl<'a, 'b> BitXorAssign<&'b u16> for &'a mut Style
Source§fn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<&'b u16> for Style
impl<'a, 'b> BitXorAssign<&'b u16> for Style
Source§fn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
fn bitxor_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<Style> for &'a mut Style
impl<'a, 'b> BitXorAssign<Style> for &'a mut Style
Source§fn bitxor_assign(&mut self, rhs: Style)
fn bitxor_assign(&mut self, rhs: Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<Style> for NcStyle_u16
impl<'a, 'b> BitXorAssign<Style> for NcStyle_u16
Source§fn bitxor_assign(&mut self, rhs: Style)
fn bitxor_assign(&mut self, rhs: Style)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<u16> for &'a mut Style
impl<'a, 'b> BitXorAssign<u16> for &'a mut Style
Source§fn bitxor_assign(&mut self, rhs: NcStyle_u16)
fn bitxor_assign(&mut self, rhs: NcStyle_u16)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign<u16> for Style
impl<'a, 'b> BitXorAssign<u16> for Style
Source§fn bitxor_assign(&mut self, rhs: NcStyle_u16)
fn bitxor_assign(&mut self, rhs: NcStyle_u16)
Performs the
^= operation. Read moreSource§impl<'a, 'b> BitXorAssign for Style
impl<'a, 'b> BitXorAssign for Style
Source§fn bitxor_assign(&mut self, rhs: Style)
fn bitxor_assign(&mut self, rhs: Style)
Performs the
^= operation. Read moreSource§impl From<Style> for NcStyle_u16
impl From<Style> for NcStyle_u16
Source§fn from(pi: Style) -> NcStyle_u16
fn from(pi: Style) -> NcStyle_u16
Converts to this type from the input type.
Source§impl From<u16> for Style
impl From<u16> for Style
Source§fn from(nci: NcStyle_u16) -> Style
fn from(nci: NcStyle_u16) -> Style
Converts to this type from the input type.
Source§impl<'a, 'b> Shl<&'b Style> for &'a NcStyle_u16
impl<'a, 'b> Shl<&'b Style> for &'a NcStyle_u16
Source§impl<'a, 'b> Shl<&'b Style> for NcStyle_u16
impl<'a, 'b> Shl<&'b Style> for NcStyle_u16
Source§impl<'a, 'b> Shl<&'b mut Style> for &'a NcStyle_u16
impl<'a, 'b> Shl<&'b mut Style> for &'a NcStyle_u16
Source§impl<'a, 'b> Shl<&'b mut Style> for NcStyle_u16
impl<'a, 'b> Shl<&'b mut Style> for NcStyle_u16
Source§impl<'a, 'b> Shl<Style> for &'a NcStyle_u16
impl<'a, 'b> Shl<Style> for &'a NcStyle_u16
Source§impl<'a, 'b> Shl<Style> for NcStyle_u16
impl<'a, 'b> Shl<Style> for NcStyle_u16
Source§impl<'a, 'b> ShlAssign<&'b Style> for &'a mut Style
impl<'a, 'b> ShlAssign<&'b Style> for &'a mut Style
Source§fn shl_assign(&mut self, rhs: &'b Style)
fn shl_assign(&mut self, rhs: &'b Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b Style> for Style
impl<'a, 'b> ShlAssign<&'b Style> for Style
Source§fn shl_assign(&mut self, rhs: &'b Style)
fn shl_assign(&mut self, rhs: &'b Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b Style> for NcStyle_u16
impl<'a, 'b> ShlAssign<&'b Style> for NcStyle_u16
Source§fn shl_assign(&mut self, rhs: &'b Style)
fn shl_assign(&mut self, rhs: &'b Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b mut Style> for &'a mut Style
impl<'a, 'b> ShlAssign<&'b mut Style> for &'a mut Style
Source§fn shl_assign(&mut self, rhs: &'b mut Style)
fn shl_assign(&mut self, rhs: &'b mut Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b mut Style> for Style
impl<'a, 'b> ShlAssign<&'b mut Style> for Style
Source§fn shl_assign(&mut self, rhs: &'b mut Style)
fn shl_assign(&mut self, rhs: &'b mut Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b mut Style> for NcStyle_u16
impl<'a, 'b> ShlAssign<&'b mut Style> for NcStyle_u16
Source§fn shl_assign(&mut self, rhs: &'b mut Style)
fn shl_assign(&mut self, rhs: &'b mut Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b u16> for &'a mut Style
impl<'a, 'b> ShlAssign<&'b u16> for &'a mut Style
Source§fn shl_assign(&mut self, rhs: &'b NcStyle_u16)
fn shl_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<&'b u16> for Style
impl<'a, 'b> ShlAssign<&'b u16> for Style
Source§fn shl_assign(&mut self, rhs: &'b NcStyle_u16)
fn shl_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<Style> for &'a mut Style
impl<'a, 'b> ShlAssign<Style> for &'a mut Style
Source§fn shl_assign(&mut self, rhs: Style)
fn shl_assign(&mut self, rhs: Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<Style> for NcStyle_u16
impl<'a, 'b> ShlAssign<Style> for NcStyle_u16
Source§fn shl_assign(&mut self, rhs: Style)
fn shl_assign(&mut self, rhs: Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<u16> for &'a mut Style
impl<'a, 'b> ShlAssign<u16> for &'a mut Style
Source§fn shl_assign(&mut self, rhs: NcStyle_u16)
fn shl_assign(&mut self, rhs: NcStyle_u16)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign<u16> for Style
impl<'a, 'b> ShlAssign<u16> for Style
Source§fn shl_assign(&mut self, rhs: NcStyle_u16)
fn shl_assign(&mut self, rhs: NcStyle_u16)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> ShlAssign for Style
impl<'a, 'b> ShlAssign for Style
Source§fn shl_assign(&mut self, rhs: Style)
fn shl_assign(&mut self, rhs: Style)
Performs the
<<= operation. Read moreSource§impl<'a, 'b> Shr<&'b Style> for &'a NcStyle_u16
impl<'a, 'b> Shr<&'b Style> for &'a NcStyle_u16
Source§impl<'a, 'b> Shr<&'b Style> for NcStyle_u16
impl<'a, 'b> Shr<&'b Style> for NcStyle_u16
Source§impl<'a, 'b> Shr<&'b mut Style> for &'a NcStyle_u16
impl<'a, 'b> Shr<&'b mut Style> for &'a NcStyle_u16
Source§impl<'a, 'b> Shr<&'b mut Style> for NcStyle_u16
impl<'a, 'b> Shr<&'b mut Style> for NcStyle_u16
Source§impl<'a, 'b> Shr<Style> for &'a NcStyle_u16
impl<'a, 'b> Shr<Style> for &'a NcStyle_u16
Source§impl<'a, 'b> Shr<Style> for NcStyle_u16
impl<'a, 'b> Shr<Style> for NcStyle_u16
Source§impl<'a, 'b> ShrAssign<&'b Style> for &'a mut Style
impl<'a, 'b> ShrAssign<&'b Style> for &'a mut Style
Source§fn shr_assign(&mut self, rhs: &'b Style)
fn shr_assign(&mut self, rhs: &'b Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b Style> for Style
impl<'a, 'b> ShrAssign<&'b Style> for Style
Source§fn shr_assign(&mut self, rhs: &'b Style)
fn shr_assign(&mut self, rhs: &'b Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b Style> for NcStyle_u16
impl<'a, 'b> ShrAssign<&'b Style> for NcStyle_u16
Source§fn shr_assign(&mut self, rhs: &'b Style)
fn shr_assign(&mut self, rhs: &'b Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b mut Style> for &'a mut Style
impl<'a, 'b> ShrAssign<&'b mut Style> for &'a mut Style
Source§fn shr_assign(&mut self, rhs: &'b mut Style)
fn shr_assign(&mut self, rhs: &'b mut Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b mut Style> for Style
impl<'a, 'b> ShrAssign<&'b mut Style> for Style
Source§fn shr_assign(&mut self, rhs: &'b mut Style)
fn shr_assign(&mut self, rhs: &'b mut Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b mut Style> for NcStyle_u16
impl<'a, 'b> ShrAssign<&'b mut Style> for NcStyle_u16
Source§fn shr_assign(&mut self, rhs: &'b mut Style)
fn shr_assign(&mut self, rhs: &'b mut Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b u16> for &'a mut Style
impl<'a, 'b> ShrAssign<&'b u16> for &'a mut Style
Source§fn shr_assign(&mut self, rhs: &'b NcStyle_u16)
fn shr_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<&'b u16> for Style
impl<'a, 'b> ShrAssign<&'b u16> for Style
Source§fn shr_assign(&mut self, rhs: &'b NcStyle_u16)
fn shr_assign(&mut self, rhs: &'b NcStyle_u16)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<Style> for &'a mut Style
impl<'a, 'b> ShrAssign<Style> for &'a mut Style
Source§fn shr_assign(&mut self, rhs: Style)
fn shr_assign(&mut self, rhs: Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<Style> for NcStyle_u16
impl<'a, 'b> ShrAssign<Style> for NcStyle_u16
Source§fn shr_assign(&mut self, rhs: Style)
fn shr_assign(&mut self, rhs: Style)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<u16> for &'a mut Style
impl<'a, 'b> ShrAssign<u16> for &'a mut Style
Source§fn shr_assign(&mut self, rhs: NcStyle_u16)
fn shr_assign(&mut self, rhs: NcStyle_u16)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign<u16> for Style
impl<'a, 'b> ShrAssign<u16> for Style
Source§fn shr_assign(&mut self, rhs: NcStyle_u16)
fn shr_assign(&mut self, rhs: NcStyle_u16)
Performs the
>>= operation. Read moreSource§impl<'a, 'b> ShrAssign for Style
impl<'a, 'b> ShrAssign for Style
Source§fn shr_assign(&mut self, rhs: Style)
fn shr_assign(&mut self, rhs: Style)
Performs the
>>= operation. Read moreimpl Copy for Style
impl Eq for Style
impl StructuralPartialEq for Style
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnwindSafe for Style
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