Struct clang_sys::CXIdxObjCPropertyDeclInfo
source · #[repr(C)]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§
source§impl Clone for CXIdxObjCPropertyDeclInfo
impl Clone for CXIdxObjCPropertyDeclInfo
source§fn clone(&self) -> CXIdxObjCPropertyDeclInfo
fn clone(&self) -> CXIdxObjCPropertyDeclInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CXIdxObjCPropertyDeclInfo
impl Debug for CXIdxObjCPropertyDeclInfo
source§impl Default for CXIdxObjCPropertyDeclInfo
impl Default for CXIdxObjCPropertyDeclInfo
source§fn default() -> CXIdxObjCPropertyDeclInfo
fn default() -> CXIdxObjCPropertyDeclInfo
Returns the “default value” for a type. Read more
impl Copy for CXIdxObjCPropertyDeclInfo
Auto Trait Implementations§
impl Freeze for CXIdxObjCPropertyDeclInfo
impl RefUnwindSafe for CXIdxObjCPropertyDeclInfo
impl !Send for CXIdxObjCPropertyDeclInfo
impl !Sync for CXIdxObjCPropertyDeclInfo
impl Unpin for CXIdxObjCPropertyDeclInfo
impl UnwindSafe for CXIdxObjCPropertyDeclInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more