Struct rustkit_clang_sys::CXIdxObjCPropertyDeclInfo[][src]

#[repr(C)]
pub struct CXIdxObjCPropertyDeclInfo { pub declInfo: *const CXIdxDeclInfo, pub getter: *const CXIdxEntityInfo, pub setter: *const CXIdxEntityInfo, }

Fields

Trait Implementations

impl Copy for CXIdxObjCPropertyDeclInfo
[src]

impl Clone for CXIdxObjCPropertyDeclInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXIdxObjCPropertyDeclInfo
[src]

Formats the value using the given formatter. Read more

impl Default for CXIdxObjCPropertyDeclInfo
[src]

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

Auto Trait Implementations