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 Debug for CXIdxObjCInterfaceDeclInfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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 Copy for CXIdxObjCInterfaceDeclInfo
[src]