Struct clang_sys::CXCursorAndRangeVisitor [] [src]

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

Fields

Trait Implementations

impl Copy for CXCursorAndRangeVisitor
[src]

impl Clone for CXCursorAndRangeVisitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXCursorAndRangeVisitor
[src]

Formats the value using the given formatter.

impl Default for CXCursorAndRangeVisitor
[src]

Returns the "default value" for a type. Read more