Struct cpp_to_rust::cpp_data::CppOriginLocation [] [src]

pub struct CppOriginLocation {
    pub include_file_path: String,
    pub line: u32,
    pub column: u32,
}

Location of a C++ type's definition in header files.

Fields

Line of the file

Column of the file

Trait Implementations

impl Hash for CppOriginLocation
[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 CppOriginLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CppOriginLocation
[src]

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

Formats the value using the given formatter.