Struct CXIdxDeclInfo

struct CXIdxDeclInfo { ... }

Fields

entityInfo: *const CXIdxEntityInfo
cursor: CXCursor
loc: CXIdxLoc
semanticContainer: *const CXIdxContainerInfo
lexicalContainer: *const CXIdxContainerInfo
isRedeclaration: c_int
isDefinition: c_int
isContainer: c_int
declAsContainer: *const CXIdxContainerInfo
isImplicit: c_int
attributes: *const *const CXIdxAttrInfo
numAttributes: c_uint
flags: 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) -> T

Returns the argument unchanged.

impl<T> ToOwned for CXIdxDeclInfo

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

impl<T, U> Into for CXIdxDeclInfo

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 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>