Struct CXIdxIncludedFileInfo

struct CXIdxIncludedFileInfo { ... }

Fields

hashLoc: CXIdxLoc
filename: *const c_char
file: CXFile
isImport: c_int
isAngled: c_int
isModuleImport: c_int

Implementations

impl Clone for CXIdxIncludedFileInfo

fn clone(self: &Self) -> CXIdxIncludedFileInfo

impl Copy for CXIdxIncludedFileInfo

impl Debug for CXIdxIncludedFileInfo

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Default for CXIdxIncludedFileInfo

fn default() -> CXIdxIncludedFileInfo

impl Freeze for CXIdxIncludedFileInfo

impl RefUnwindSafe for CXIdxIncludedFileInfo

impl Send for CXIdxIncludedFileInfo

impl Sync for CXIdxIncludedFileInfo

impl Unpin for CXIdxIncludedFileInfo

impl UnsafeUnpin for CXIdxIncludedFileInfo

impl UnwindSafe for CXIdxIncludedFileInfo

impl<T> Any for CXIdxIncludedFileInfo

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for CXIdxIncludedFileInfo

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for CXIdxIncludedFileInfo

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for CXIdxIncludedFileInfo

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for CXIdxIncludedFileInfo

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for CXIdxIncludedFileInfo

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for CXIdxIncludedFileInfo

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for CXIdxIncludedFileInfo

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for CXIdxIncludedFileInfo

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>