Struct clang_sys::CXType [−][src]
#[repr(C)]pub struct CXType {
pub kind: CXTypeKind,
pub data: [*mut c_void; 2],
}Fields
kind: CXTypeKinddata: [*mut c_void; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CXType
impl UnwindSafe for CXType
Blanket Implementations
Mutably borrows from an owned value. Read more