Struct clang_sys::CXCodeCompleteResults [] [src]

#[repr(C)]
pub struct CXCodeCompleteResults { pub Results: *mut CXCompletionResult, pub NumResults: c_uint, }

Fields

Trait Implementations

impl Copy for CXCodeCompleteResults
[src]

impl Clone for CXCodeCompleteResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXCodeCompleteResults
[src]

Formats the value using the given formatter.

impl Default for CXCodeCompleteResults
[src]

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