Struct clang::documentation::TParamCommand [] [src]

pub struct TParamCommand {
    pub position: Option<(usize, usize)>,
    pub parameter: String,
    pub children: Vec<CommentChild>,
}

A \tparam command.

Fields

The nesting depth and the index of the template parameter, if this command refers to a valid template parameter.

The template parameter.

The children of this type parameter.

Trait Implementations

impl Clone for TParamCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TParamCommand
[src]

Formats the value using the given formatter.

impl PartialEq for TParamCommand
[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 TParamCommand
[src]