Struct clang_sys::CXString [] [src]

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.

impl Default for CXString
[src]

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