Struct clang_sys::CXSourceRangeList [−][src]
#[repr(C)]pub struct CXSourceRangeList {
pub count: c_uint,
pub ranges: *mut CXSourceRange,
}Fields
count: c_uintranges: *mut CXSourceRangeTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CXSourceRangeList
impl !Send for CXSourceRangeList
impl !Sync for CXSourceRangeList
impl Unpin for CXSourceRangeList
impl UnwindSafe for CXSourceRangeList
Blanket Implementations
Mutably borrows from an owned value. Read more