Struct clang_sys::CXCursorAndRangeVisitor [] [src]

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

Fields

Trait Implementations

impl Copy for CXCursorAndRangeVisitor
[src]

impl Clone for CXCursorAndRangeVisitor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CXCursorAndRangeVisitor
[src]

[src]

Formats the value using the given formatter.

impl Default for CXCursorAndRangeVisitor
[src]

[src]

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