Struct clang_sys::CXIdxIncludedFileInfo[][src]

#[repr(C)]
pub struct CXIdxIncludedFileInfo { pub hashLoc: CXIdxLoc, pub filename: *const c_char, pub file: CXFile, pub isImport: c_int, pub isAngled: c_int, pub isModuleImport: c_int, }

Fields

Trait Implementations

impl Copy for CXIdxIncludedFileInfo
[src]

impl Clone for CXIdxIncludedFileInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXIdxIncludedFileInfo
[src]

Formats the value using the given formatter. Read more

impl Default for CXIdxIncludedFileInfo
[src]

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

Auto Trait Implementations