Struct clang_sys::CXIdxImportedASTFileInfo [−][src]
#[repr(C)]pub struct CXIdxImportedASTFileInfo {
pub file: CXFile,
pub module: CXModule,
pub loc: CXIdxLoc,
pub isImplicit: c_int,
}Fields
file: CXFilemodule: CXModuleloc: CXIdxLocisImplicit: c_intTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CXIdxImportedASTFileInfo
impl !Send for CXIdxImportedASTFileInfo
impl !Sync for CXIdxImportedASTFileInfo
impl Unpin for CXIdxImportedASTFileInfo
impl UnwindSafe for CXIdxImportedASTFileInfo
Blanket Implementations
Mutably borrows from an owned value. Read more