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
hashLoc: CXIdxLoc
filename: *const c_char
file: CXFile
isImport: c_int
isAngled: c_int
isModuleImport: c_int
Trait Implementations
impl Copy for CXIdxIncludedFileInfo
[src]
impl Copy for CXIdxIncludedFileInfo
impl Clone for CXIdxIncludedFileInfo
[src]
impl Clone for CXIdxIncludedFileInfo
fn clone(&self) -> CXIdxIncludedFileInfo
[src]
fn clone(&self) -> CXIdxIncludedFileInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for CXIdxIncludedFileInfo
[src]
impl Debug for CXIdxIncludedFileInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for CXIdxIncludedFileInfo
[src]
impl Default for CXIdxIncludedFileInfo
fn default() -> CXIdxIncludedFileInfo
[src]
fn default() -> CXIdxIncludedFileInfo
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for CXIdxIncludedFileInfo
impl !Send for CXIdxIncludedFileInfo
impl !Sync for CXIdxIncludedFileInfo
impl !Sync for CXIdxIncludedFileInfo