Struct clang_sys::CXCursor [] [src]

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 Debug for CXCursor
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for CXCursor
[src]

fn clone(&self) -> CXCursor

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 Copy for CXCursor
[src]