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 CXIdxObjCContainerDeclInfo
superInfo: *const CXIdxBaseClassInfo
protocols: *const CXIdxObjCProtocolRefListInfo
Trait Implementations
impl Copy for CXIdxObjCInterfaceDeclInfo
[src]
impl Copy for CXIdxObjCInterfaceDeclInfo
impl Clone for CXIdxObjCInterfaceDeclInfo
[src]
impl Clone for CXIdxObjCInterfaceDeclInfo
fn clone(&self) -> CXIdxObjCInterfaceDeclInfo
[src]
fn clone(&self) -> CXIdxObjCInterfaceDeclInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for CXIdxObjCInterfaceDeclInfo
[src]
impl Debug for CXIdxObjCInterfaceDeclInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for CXIdxObjCInterfaceDeclInfo
[src]
impl Default for CXIdxObjCInterfaceDeclInfo
fn default() -> CXIdxObjCInterfaceDeclInfo
[src]
fn default() -> CXIdxObjCInterfaceDeclInfo
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl !Send for CXIdxObjCInterfaceDeclInfo
impl !Send for CXIdxObjCInterfaceDeclInfo
impl !Sync for CXIdxObjCInterfaceDeclInfo
impl !Sync for CXIdxObjCInterfaceDeclInfo