Struct clang::documentation::InlineCommand
[−]
[src]
pub struct InlineCommand {
pub command: String,
pub arguments: Vec<String>,
pub style: Option<InlineCommandStyle>,
}An inline command with word-like arguments.
Fields
command: String
The command.
arguments: Vec<String>
The command arguments.
style: Option<InlineCommandStyle>
The style with which to render the command arguments, if any.
Trait Implementations
impl Clone for InlineCommand[src]
fn clone(&self) -> InlineCommand
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 InlineCommand[src]
impl PartialEq for InlineCommand[src]
fn eq(&self, __arg_0: &InlineCommand) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InlineCommand) -> bool
This method tests for !=.