pub struct Style(_);Expand description
A bitmask of styles.
Implementations§
source§impl Style
impl Style
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 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 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 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 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 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 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<Style> for Style
impl<'a, 'b> BitAndAssign<Style> 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> 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> 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 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 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 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 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 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 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<Style> for Style
impl<'a, 'b> BitOrAssign<Style> 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> 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> 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 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 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 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 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 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 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<Style> for Style
impl<'a, 'b> BitXorAssign<Style> for 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<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 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 PartialEq<Style> for Style
impl PartialEq<Style> for Style
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 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 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 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 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 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 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<Style> for Style
impl<'a, 'b> ShlAssign<Style> 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> 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> 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 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 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 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 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 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 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<Style> for Style
impl<'a, 'b> ShrAssign<Style> for 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<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 moreimpl Copy for Style
impl Eq for Style
impl StructuralEq for Style
impl StructuralPartialEq for Style
Auto Trait Implementations§
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> CheckedAs for T
impl<T> CheckedAs for T
source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where T: CheckedCast<Dst>,
Casts the value.
source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere Src: CheckedCast<Dst>,
source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where T: OverflowingCast<Dst>,
Casts the value.
source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere Src: OverflowingCast<Dst>,
source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere T: SaturatingCast<Dst>,
Casts the value.
source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere Src: SaturatingCast<Dst>,
source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere T: UnwrappedCast<Dst>,
Casts the value.
source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere Src: UnwrappedCast<Dst>,
source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere T: WrappingCast<Dst>,
Casts the value.
source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere Src: WrappingCast<Dst>,
source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.