Struct cpp_to_rust::cpp_data::CppClassUsingDirective [] [src]

pub struct CppClassUsingDirective {
    pub class_name: String,
    pub method_name: String,
}

A "using" directive inside a class definition, indicating that the class should inherite a certain method of a base class.

Fields

Name of the base class

Name of the method

Trait Implementations

impl Hash for CppClassUsingDirective
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for CppClassUsingDirective
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CppClassUsingDirective
[src]

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

Formats the value using the given formatter.