Enum cpp_to_rust::cpp_method::FakeCppMethod [] [src]

pub enum FakeCppMethod {
    FieldAccessor {
        accessor_type: CppFieldAccessorType,
        field_name: String,
    },
}

Information about automatically generated method

Variants

Method for accessing a public field of a class

Fields of FieldAccessor

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for FakeCppMethod
[src]

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

Formats the value using the given formatter.