Enum afi_docf::Emphasis [] [src]

#[repr(u8)]
pub enum Emphasis { None, StrikeOut, Overline, Underline, UnderlineDC, UnderlineX2, InvertColor, Bold, Italic, }

Text emphasis

Variants

Regular

Strikethrough

Overline

Underline Continuous

Underline Discontinuous

Double Underline

Invert Colors

Bold

Italic

Trait Implementations

impl PartialEq for Emphasis
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for Emphasis
[src]

impl Clone for Emphasis
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more