#[repr(C)]pub struct _drange {
pub range_list: *mut GSList,
pub has_total_length: gboolean,
pub total_length: gint,
pub min_start_offset: gint,
pub max_start_offset: gint,
}Fields§
§range_list: *mut GSList§has_total_length: gboolean§total_length: gint§min_start_offset: gint§max_start_offset: gintTrait Implementations§
Auto Trait Implementations§
impl Freeze for _drange
impl RefUnwindSafe for _drange
impl !Send for _drange
impl !Sync for _drange
impl Unpin for _drange
impl UnwindSafe for _drange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more