Struct clang_sys::CXIdxImportedASTFileInfo [] [src]

pub struct CXIdxImportedASTFileInfo {
    pub file: CXFile,
    pub module: CXModule,
    pub loc: CXIdxLoc,
    pub isImplicit: c_int,
}

Fields

file: CXFile module: CXModule loc: CXIdxLoc isImplicit: c_int

Trait Implementations

impl Debug for CXIdxImportedASTFileInfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for CXIdxImportedASTFileInfo
[src]

fn clone(&self) -> CXIdxImportedASTFileInfo

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for CXIdxImportedASTFileInfo
[src]