Struct clang_sys::CXIdxObjCInterfaceDeclInfo [−][src]
#[repr(C)]pub struct CXIdxObjCInterfaceDeclInfo {
pub containerInfo: *const CXIdxObjCContainerDeclInfo,
pub superInfo: *const CXIdxBaseClassInfo,
pub protocols: *const CXIdxObjCProtocolRefListInfo,
}Fields
containerInfo: *const CXIdxObjCContainerDeclInfosuperInfo: *const CXIdxBaseClassInfoprotocols: *const CXIdxObjCProtocolRefListInfoTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CXIdxObjCInterfaceDeclInfo
impl !Send for CXIdxObjCInterfaceDeclInfo
impl !Sync for CXIdxObjCInterfaceDeclInfo
impl Unpin for CXIdxObjCInterfaceDeclInfo
impl UnwindSafe for CXIdxObjCInterfaceDeclInfo
Blanket Implementations
Mutably borrows from an owned value. Read more