Struct clang_sys::CXSourceLocation[][src]

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

Fields

Trait Implementations

impl Copy for CXSourceLocation
[src]

impl Clone for CXSourceLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXSourceLocation
[src]

Formats the value using the given formatter. Read more

impl Default for CXSourceLocation
[src]

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

Auto Trait Implementations