Struct CXCursorAndRangeVisitor
struct CXCursorAndRangeVisitor { ... }
Fields
context: *mut c_voidvisit: Option<extern C { unwind: false } fn(_: *mut c_void, _: CXCursor, _: CXSourceRange) -> CXVisitorResult>
Implementations
impl Clone for CXCursorAndRangeVisitor
fn clone(self: &Self) -> CXCursorAndRangeVisitor
impl Copy for CXCursorAndRangeVisitor
impl Debug for CXCursorAndRangeVisitor
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for CXCursorAndRangeVisitor
fn default() -> CXCursorAndRangeVisitor
impl Freeze for CXCursorAndRangeVisitor
impl RefUnwindSafe for CXCursorAndRangeVisitor
impl Send for CXCursorAndRangeVisitor
impl Sync for CXCursorAndRangeVisitor
impl Unpin for CXCursorAndRangeVisitor
impl UnsafeUnpin for CXCursorAndRangeVisitor
impl UnwindSafe for CXCursorAndRangeVisitor
impl<T> Any for CXCursorAndRangeVisitor
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CXCursorAndRangeVisitor
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CXCursorAndRangeVisitor
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CXCursorAndRangeVisitor
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for CXCursorAndRangeVisitor
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for CXCursorAndRangeVisitor
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for CXCursorAndRangeVisitor
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for CXCursorAndRangeVisitor
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CXCursorAndRangeVisitor
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>