Struct rustkit_clang_sys::CXIdxObjCCategoryDeclInfo[][src]

#[repr(C)]
pub struct CXIdxObjCCategoryDeclInfo { pub containerInfo: *const CXIdxObjCContainerDeclInfo, pub objcClass: *const CXIdxEntityInfo, pub classCursor: CXCursor, pub classLoc: CXIdxLoc, pub protocols: *const CXIdxObjCProtocolRefListInfo, }

Fields

Trait Implementations

impl Copy for CXIdxObjCCategoryDeclInfo
[src]

impl Clone for CXIdxObjCCategoryDeclInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXIdxObjCCategoryDeclInfo
[src]

Formats the value using the given formatter. Read more

impl Default for CXIdxObjCCategoryDeclInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations