Struct rustkit_clang_sys::CXSourceRangeList[][src]

#[repr(C)]
pub struct CXSourceRangeList { pub count: c_uint, pub ranges: *mut CXSourceRange, }

Fields

Trait Implementations

impl Copy for CXSourceRangeList
[src]

impl Clone for CXSourceRangeList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CXSourceRangeList
[src]

Formats the value using the given formatter. Read more

impl Default for CXSourceRangeList
[src]

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

Auto Trait Implementations