Struct clang_sys::CXSourceRange [] [src]

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

Fields

Trait Implementations

impl Copy for CXSourceRange
[src]

impl Clone for CXSourceRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXSourceRange
[src]

Formats the value using the given formatter.

impl Default for CXSourceRange
[src]

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