Struct clang_sys::CXComment [−][src]
#[repr(C)]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 Copy for CXComment
impl Clone for CXComment
[src]
impl Clone for CXComment
fn clone(&self) -> CXComment
[src]
fn clone(&self) -> CXComment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for CXComment
[src]
impl Debug for CXComment
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for CXComment
[src]
impl Default for CXComment