Struct clang_sys::CXCompletionResult [] [src]

pub struct CXCompletionResult {
    pub CursorKind: CXCursorKind,
    pub CompletionString: CXCompletionString,
}

Fields

Trait Implementations

impl Copy for CXCompletionResult
[src]

impl Clone for CXCompletionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXCompletionResult
[src]

Formats the value using the given formatter.

impl Default for CXCompletionResult
[src]

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