Struct CXComment
struct CXComment { ... }
Fields
ASTNode: *const c_voidTranslationUnit: CXTranslationUnit
Implementations
impl Clone for CXComment
fn clone(self: &Self) -> CXComment
impl Copy for CXComment
impl Debug for CXComment
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for CXComment
fn default() -> CXComment
impl Freeze for CXComment
impl RefUnwindSafe for CXComment
impl Send for CXComment
impl Sync for CXComment
impl Unpin for CXComment
impl UnsafeUnpin for CXComment
impl UnwindSafe for CXComment
impl<T> Any for CXComment
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CXComment
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CXComment
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CXComment
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for CXComment
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for CXComment
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for CXComment
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 CXComment
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CXComment
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>