#[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_intTrait Implementations§
Source§impl Clone for CXIdxIncludedFileInfo
impl Clone for CXIdxIncludedFileInfo
Source§fn clone(&self) -> CXIdxIncludedFileInfo
fn clone(&self) -> CXIdxIncludedFileInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CXIdxIncludedFileInfo
Source§impl Debug for CXIdxIncludedFileInfo
impl Debug for CXIdxIncludedFileInfo
Source§impl Default for CXIdxIncludedFileInfo
impl Default for CXIdxIncludedFileInfo
Source§fn default() -> CXIdxIncludedFileInfo
fn default() -> CXIdxIncludedFileInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for CXIdxIncludedFileInfo
impl !Sync for CXIdxIncludedFileInfo
impl Freeze for CXIdxIncludedFileInfo
impl RefUnwindSafe for CXIdxIncludedFileInfo
impl Unpin for CXIdxIncludedFileInfo
impl UnsafeUnpin for CXIdxIncludedFileInfo
impl UnwindSafe for CXIdxIncludedFileInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more