Struct clang_sys::CXIdxObjCPropertyDeclInfo [] [src]

pub struct CXIdxObjCPropertyDeclInfo {
    pub declInfo: *const CXIdxDeclInfo,
    pub getter: *const CXIdxEntityInfo,
    pub setter: *const CXIdxEntityInfo,
}

Fields

declInfo: *const CXIdxDeclInfo getter: *const CXIdxEntityInfo setter: *const CXIdxEntityInfo

Trait Implementations

impl Debug for CXIdxObjCPropertyDeclInfo
[src]

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

Formats the value using the given formatter.

impl Clone for CXIdxObjCPropertyDeclInfo
[src]

fn clone(&self) -> CXIdxObjCPropertyDeclInfo

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 CXIdxObjCPropertyDeclInfo
[src]