Struct clang_sys::CXComment
[−]
[src]
pub struct CXComment { pub ASTNode: *const c_void, pub TranslationUnit: CXTranslationUnit, }
Fields
ASTNode: *const c_void
TranslationUnit: CXTranslationUnit
Trait Implementations
impl Copy for CXComment
[src]
impl Clone for CXComment
[src]
fn clone(&self) -> CXComment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more