Struct clang_sys::CXCursor [−][src]
#[repr(C)]pub struct CXCursor { pub kind: CXCursorKind, pub xdata: c_int, pub data: [*const c_void; 3], }
Fields
kind: CXCursorKind
xdata: c_int
data: [*const c_void; 3]
Trait Implementations
impl Copy for CXCursor
[src]
impl Copy for CXCursor
impl Clone for CXCursor
[src]
impl Clone for CXCursor
fn clone(&self) -> CXCursor
[src]
fn clone(&self) -> CXCursor
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for CXCursor
[src]
impl Debug for CXCursor
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for CXCursor
[src]
impl Default for CXCursor