Struct clang_sys::CXCursorAndRangeVisitor [] [src]

pub struct CXCursorAndRangeVisitor {
    pub context: *mut c_void,
    pub visit: extern fn(*mut c_void, CXCursor, CXSourceRange) -> CXVisitorResult,
}

Fields

context: *mut c_void visit: extern fn(*mut c_void, CXCursor, CXSourceRange) -> CXVisitorResult

Trait Implementations

impl Debug for CXCursorAndRangeVisitor
[src]

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

Formats the value using the given formatter.

impl Clone for CXCursorAndRangeVisitor
[src]

fn clone(&self) -> CXCursorAndRangeVisitor

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 CXCursorAndRangeVisitor
[src]