Struct 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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CXIdxObjCPropertyDeclInfo
[src]

[src]

Formats the value using the given formatter.

impl Default for CXIdxObjCPropertyDeclInfo
[src]

[src]

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