Struct clang::documentation::Comment[][src]

pub struct Comment<'tu> { /* fields omitted */ }

A comment attached to a declaration.

Methods

impl<'tu> Comment<'tu>
[src]

Important traits for Vec<u8>

Returns the children of this comment.

Returns this comment as an HTML string.

Returns this comment as an XML string.

Trait Implementations

impl<'tu> Copy for Comment<'tu>
[src]

impl<'tu> Clone for Comment<'tu>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'tu> Debug for Comment<'tu>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'tu> !Send for Comment<'tu>

impl<'tu> !Sync for Comment<'tu>