Struct clang_sys::CXSourceRangeList [] [src]

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.

impl Default for CXSourceRangeList
[src]

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