Struct clang_sys::CXIdxObjCProtocolRefListInfo [] [src]

#[repr(C)]
pub struct CXIdxObjCProtocolRefListInfo { pub protocols: *const *const CXIdxObjCProtocolRefInfo, pub numProtocols: c_uint, }

Fields

Trait Implementations

impl Copy for CXIdxObjCProtocolRefListInfo
[src]

impl Clone for CXIdxObjCProtocolRefListInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXIdxObjCProtocolRefListInfo
[src]

Formats the value using the given formatter.

impl Default for CXIdxObjCProtocolRefListInfo
[src]

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