Struct clang_sys::CXIdxObjCInterfaceDeclInfo
[−]
[src]
pub struct CXIdxObjCInterfaceDeclInfo { pub containerInfo: *const CXIdxObjCContainerDeclInfo, pub superInfo: *const CXIdxBaseClassInfo, pub protocols: *const CXIdxObjCProtocolRefListInfo, }
Fields
containerInfo: *const CXIdxObjCContainerDeclInfo
superInfo: *const CXIdxBaseClassInfo
protocols: *const CXIdxObjCProtocolRefListInfo
Trait Implementations
impl Copy for CXIdxObjCInterfaceDeclInfo
[src]
impl Clone for CXIdxObjCInterfaceDeclInfo
[src]
fn clone(&self) -> CXIdxObjCInterfaceDeclInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for CXIdxObjCInterfaceDeclInfo
[src]
impl Default for CXIdxObjCInterfaceDeclInfo
[src]
fn default() -> CXIdxObjCInterfaceDeclInfo
Returns the "default value" for a type. Read more