Struct clang_sys::CXIdxObjCInterfaceDeclInfo[][src]

#[repr(C)]
pub struct CXIdxObjCInterfaceDeclInfo { pub containerInfo: *const CXIdxObjCContainerDeclInfo, pub superInfo: *const CXIdxBaseClassInfo, pub protocols: *const CXIdxObjCProtocolRefListInfo, }

Fields

Trait Implementations

impl Copy for CXIdxObjCInterfaceDeclInfo
[src]

impl Clone for CXIdxObjCInterfaceDeclInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXIdxObjCInterfaceDeclInfo
[src]

Formats the value using the given formatter. Read more

impl Default for CXIdxObjCInterfaceDeclInfo
[src]

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

Auto Trait Implementations