Struct clang_sys::IndexerCallbacks [] [src]

#[repr(C)]
pub struct IndexerCallbacks { pub abortQuery: extern fn(_: CXClientData, _: *mut c_void) -> c_int, pub diagnostic: extern fn(_: CXClientData, _: CXDiagnosticSet, _: *mut c_void), pub enteredMainFile: extern fn(_: CXClientData, _: CXFile, _: *mut c_void) -> CXIdxClientFile, pub ppIncludedFile: extern fn(_: CXClientData, _: *const CXIdxIncludedFileInfo) -> CXIdxClientFile, pub importedASTFile: extern fn(_: CXClientData, _: *const CXIdxImportedASTFileInfo) -> CXIdxClientASTFile, pub startedTranslationUnit: extern fn(_: CXClientData, _: *mut c_void) -> CXIdxClientContainer, pub indexDeclaration: extern fn(_: CXClientData, _: *const CXIdxDeclInfo), pub indexEntityReference: extern fn(_: CXClientData, _: *const CXIdxEntityRefInfo), }

Fields

Trait Implementations

impl Copy for IndexerCallbacks
[src]

impl Clone for IndexerCallbacks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndexerCallbacks
[src]

Formats the value using the given formatter.

impl Default for IndexerCallbacks
[src]

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