Struct clang::documentation::ParamCommand [] [src]

pub struct ParamCommand {
    pub index: Option<usize>,
    pub parameter: String,
    pub direction: Option<ParameterDirection>,
    pub children: Vec<CommentChild>,
}

A \param command.

Fields

The index of the parameter, if this command refers to a valid parameter.

The parameter.

The parameter direction, if specified.

The children of this parameter.

Trait Implementations

impl Clone for ParamCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParamCommand
[src]

Formats the value using the given formatter.

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