Enum clang::documentation::InlineCommandStyle
[−]
[src]
#[repr(C)]pub enum InlineCommandStyle { Bold, Monospace, Emphasized, }
Indicates the appropriate rendering style for an inline command argument.
Variants
BoldIndicates the command should be rendered in a bold font.
MonospaceIndicates the command should be rendered in a monospace font.
EmphasizedIndicates the command should be rendered emphasized (typically italicized).
Trait Implementations
impl Copy for InlineCommandStyle[src]
impl Clone for InlineCommandStyle[src]
fn clone(&self) -> InlineCommandStyle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for InlineCommandStyle[src]
impl PartialEq for InlineCommandStyle[src]
fn eq(&self, __arg_0: &InlineCommandStyle) -> bool
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
This method tests for !=.