Struct clang_sys::CXString [−][src]
Fields
data: *const c_void
private_flags: c_uint
Trait Implementations
impl Copy for CXString
[src]
impl Copy for CXString
impl Clone for CXString
[src]
impl Clone for CXString
fn clone(&self) -> CXString
[src]
fn clone(&self) -> CXString
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 CXString
[src]
impl Debug for CXString
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 CXString
[src]
impl Default for CXString