Struct cpp_to_rust::cpp_data::CppFunctionPointerType [] [src]

pub struct CppFunctionPointerType {
    pub return_type: Box<CppType>,
    pub arguments: Vec<CppType>,
    pub allows_variadic_arguments: bool,
}

Fields

Return type of the function

Arguments of the function

Whether arguments are terminated with "..."

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CppFunctionPointerType
[src]

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

Formats the value using the given formatter.