Struct clang_sys::CXComment [] [src]

pub struct CXComment {
    pub ASTNode: *const c_void,
    pub TranslationUnit: CXTranslationUnit,
}

Fields

Trait Implementations

impl Copy for CXComment
[src]

impl Clone for CXComment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXComment
[src]

Formats the value using the given formatter.

impl Default for CXComment
[src]

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