Struct clang_sys::CXString[][src]

#[repr(C)]
pub struct CXString { pub data: *const c_void, pub private_flags: c_uint, }

Fields

Trait Implementations

impl Copy for CXString
[src]

impl Clone for CXString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXString
[src]

Formats the value using the given formatter. Read more

impl Default for CXString
[src]

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

Auto Trait Implementations

impl !Send for CXString

impl !Sync for CXString