Struct clang_sys::CXType [] [src]

#[repr(C)]
pub struct CXType { pub kind: CXTypeKind, pub data: [*mut c_void; 2], }

Fields

Trait Implementations

impl Copy for CXType
[src]

impl Clone for CXType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXType
[src]

Formats the value using the given formatter.

impl Default for CXType
[src]

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