Struct clang_sys::CXIdxEntityRefInfo
[−]
[src]
pub struct CXIdxEntityRefInfo { pub kind: CXIdxEntityRefKind, pub cursor: CXCursor, pub loc: CXIdxLoc, pub referencedEntity: *const CXIdxEntityInfo, pub parentEntity: *const CXIdxEntityInfo, pub container: *const CXIdxContainerInfo, }
Fields
kind: CXIdxEntityRefKind
cursor: CXCursor
loc: CXIdxLoc
referencedEntity: *const CXIdxEntityInfo
parentEntity: *const CXIdxEntityInfo
container: *const CXIdxContainerInfo
Trait Implementations
impl Copy for CXIdxEntityRefInfo
[src]
impl Clone for CXIdxEntityRefInfo
[src]
fn clone(&self) -> CXIdxEntityRefInfo
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 Debug for CXIdxEntityRefInfo
[src]
impl Default for CXIdxEntityRefInfo
[src]
fn default() -> CXIdxEntityRefInfo
Returns the "default value" for a type. Read more