Enum clang::documentation::InlineCommandStyle [] [src]

#[repr(C)]
pub enum InlineCommandStyle { Bold, Monospace, Emphasized, }

Indicates the appropriate rendering style for an inline command argument.

Variants

Indicates the command should be rendered in a bold font.

Indicates the command should be rendered in a monospace font.

Indicates the command should be rendered emphasized (typically italicized).

Trait Implementations

impl Copy for InlineCommandStyle
[src]

impl Clone for InlineCommandStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InlineCommandStyle
[src]

Formats the value using the given formatter.

impl PartialEq for InlineCommandStyle
[src]

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

This method tests for !=.

impl Eq for InlineCommandStyle
[src]

impl Hash for InlineCommandStyle
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more