drange_t

Type Alias drange_t 

Source
pub type drange_t = _drange;

Aliased Type§

#[repr(C)]
pub struct drange_t { pub range_list: *mut _GSList, pub has_total_length: i32, pub total_length: i32, pub min_start_offset: i32, pub max_start_offset: i32, }

Fields§

§range_list: *mut _GSList§has_total_length: i32§total_length: i32§min_start_offset: i32§max_start_offset: i32