Struct clang_sys::CXIdxLoc[][src]

#[repr(C)]
pub struct CXIdxLoc { pub ptr_data: [*mut c_void; 2], pub int_data: c_uint, }

Fields

Trait Implementations

impl Copy for CXIdxLoc
[src]

impl Clone for CXIdxLoc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXIdxLoc
[src]

Formats the value using the given formatter. Read more

impl Default for CXIdxLoc
[src]

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

Auto Trait Implementations

impl !Send for CXIdxLoc

impl !Sync for CXIdxLoc