Struct clang_sys::CXSourceLocation [] [src]

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.

impl Default for CXSourceLocation
[src]

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