Struct cpp_to_rust::cpp_data::CppTypeDoc [] [src]

pub struct CppTypeDoc {
    pub html: String,
    pub url: String,
    pub cross_references: Vec<String>,
}

C++ documentation for a type

Fields

HTML content

Absolute URL to online documentation page for this type

Absolute documentation URLs encountered in the content

Trait Implementations

impl Clone for CppTypeDoc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CppTypeDoc
[src]

impl PartialEq for CppTypeDoc
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for CppTypeDoc
[src]

Formats the value using the given formatter.