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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CXIdxObjCInterfaceDeclInfo
[src]

[src]

Formats the value using the given formatter.

impl Default for CXIdxObjCInterfaceDeclInfo
[src]

[src]

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