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