Struct CXIdxDeclInfo
struct CXIdxDeclInfo { ... }
Fields
entityInfo: *const CXIdxEntityInfocursor: CXCursorloc: CXIdxLocsemanticContainer: *const CXIdxContainerInfolexicalContainer: *const CXIdxContainerInfoisRedeclaration: c_intisDefinition: c_intisContainer: c_intdeclAsContainer: *const CXIdxContainerInfoisImplicit: c_intattributes: *const *const CXIdxAttrInfonumAttributes: c_uintflags: c_uint
Implementations
impl Clone for CXIdxDeclInfo
fn clone(self: &Self) -> CXIdxDeclInfo
impl Copy for CXIdxDeclInfo
impl Debug for CXIdxDeclInfo
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for CXIdxDeclInfo
fn default() -> CXIdxDeclInfo
impl Freeze for CXIdxDeclInfo
impl RefUnwindSafe for CXIdxDeclInfo
impl Send for CXIdxDeclInfo
impl Sync for CXIdxDeclInfo
impl Unpin for CXIdxDeclInfo
impl UnsafeUnpin for CXIdxDeclInfo
impl UnwindSafe for CXIdxDeclInfo
impl<T> Any for CXIdxDeclInfo
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CXIdxDeclInfo
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CXIdxDeclInfo
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CXIdxDeclInfo
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for CXIdxDeclInfo
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for CXIdxDeclInfo
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for CXIdxDeclInfo
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for CXIdxDeclInfo
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CXIdxDeclInfo
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>