Struct clang_sys::CXIdxObjCInterfaceDeclInfo
source · #[repr(C)]pub struct CXIdxObjCInterfaceDeclInfo {
pub containerInfo: *const CXIdxObjCContainerDeclInfo,
pub superInfo: *const CXIdxBaseClassInfo,
pub protocols: *const CXIdxObjCProtocolRefListInfo,
}
Fields
containerInfo: *const CXIdxObjCContainerDeclInfo
superInfo: *const CXIdxBaseClassInfo
protocols: *const CXIdxObjCProtocolRefListInfo
Trait Implementations
sourceimpl Clone for CXIdxObjCInterfaceDeclInfo
impl Clone for CXIdxObjCInterfaceDeclInfo
sourcefn clone(&self) -> CXIdxObjCInterfaceDeclInfo
fn clone(&self) -> CXIdxObjCInterfaceDeclInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CXIdxObjCInterfaceDeclInfo
impl Debug for CXIdxObjCInterfaceDeclInfo
sourceimpl Default for CXIdxObjCInterfaceDeclInfo
impl Default for CXIdxObjCInterfaceDeclInfo
sourcefn default() -> CXIdxObjCInterfaceDeclInfo
fn default() -> CXIdxObjCInterfaceDeclInfo
Returns the “default value” for a type. Read more
impl Copy for CXIdxObjCInterfaceDeclInfo
Auto Trait Implementations
impl RefUnwindSafe for CXIdxObjCInterfaceDeclInfo
impl !Send for CXIdxObjCInterfaceDeclInfo
impl !Sync for CXIdxObjCInterfaceDeclInfo
impl Unpin for CXIdxObjCInterfaceDeclInfo
impl UnwindSafe for CXIdxObjCInterfaceDeclInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more