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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CXType
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for CXType
[src]

[src]

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

Auto Trait Implementations

impl !Send for CXType

impl !Sync for CXType