Struct cpp_to_rust::cpp_data::CppTemplateInstantiations [] [src]

pub struct CppTemplateInstantiations {
    pub class_name: String,
    pub instantiations: Vec<CppTemplateInstantiation>,
}

List of template instantiations of a template class.

Fields

Template class name

List of encountered instantiations

Trait Implementations

impl Default for CppTemplateInstantiations
[src]

Returns the "default value" for a type. Read more

impl Clone for CppTemplateInstantiations
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CppTemplateInstantiations
[src]

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

Formats the value using the given formatter.