Struct clang_sys::CXCursorAndRangeVisitor
source · #[repr(C)]pub struct CXCursorAndRangeVisitor {
pub context: *mut c_void,
pub visit: extern "C" fn(_: *mut c_void, _: CXCursor, _: CXSourceRange) -> CXVisitorResult,
}
Fields
context: *mut c_void
visit: extern "C" fn(_: *mut c_void, _: CXCursor, _: CXSourceRange) -> CXVisitorResult
Trait Implementations
sourceimpl Clone for CXCursorAndRangeVisitor
impl Clone for CXCursorAndRangeVisitor
sourcefn clone(&self) -> CXCursorAndRangeVisitor
fn clone(&self) -> CXCursorAndRangeVisitor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CXCursorAndRangeVisitor
impl Debug for CXCursorAndRangeVisitor
sourceimpl Default for CXCursorAndRangeVisitor
impl Default for CXCursorAndRangeVisitor
sourcefn default() -> CXCursorAndRangeVisitor
fn default() -> CXCursorAndRangeVisitor
Returns the “default value” for a type. Read more
impl Copy for CXCursorAndRangeVisitor
Auto Trait Implementations
impl RefUnwindSafe for CXCursorAndRangeVisitor
impl !Send for CXCursorAndRangeVisitor
impl !Sync for CXCursorAndRangeVisitor
impl Unpin for CXCursorAndRangeVisitor
impl UnwindSafe for CXCursorAndRangeVisitor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more