Enum awi::Emphasis
[−]
[src]
#[repr(u8)]pub enum Emphasis { None, StrikeOut, Overline, Underline, UnderlineDC, UnderlineX2, InvertColor, Bold, Italic, }
Text emphasis
Variants
NoneRegular
StrikeOutStrikethrough
OverlineOverline
UnderlineUnderline Continuous
UnderlineDCUnderline Discontinuous
UnderlineX2Double Underline
InvertColorInvert Colors
BoldBold
ItalicItalic
Trait Implementations
impl PartialEq<Emphasis> for Emphasis[src]
fn eq(&self, __arg_0: &Emphasis) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Clone for Emphasis[src]
fn clone(&self) -> Emphasis[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more