#[repr(C)]pub struct _drange_node {
pub start_offset: gint,
pub length: gint,
pub end_offset: gint,
pub ending: drange_node_end_t,
}Fields§
§start_offset: gint§length: gint§end_offset: gint§ending: drange_node_end_tTrait Implementations§
Source§impl Clone for _drange_node
impl Clone for _drange_node
Source§fn clone(&self) -> _drange_node
fn clone(&self) -> _drange_node
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _drange_node
impl Debug for _drange_node
impl Copy for _drange_node
Auto Trait Implementations§
impl Freeze for _drange_node
impl RefUnwindSafe for _drange_node
impl Send for _drange_node
impl Sync for _drange_node
impl Unpin for _drange_node
impl UnwindSafe for _drange_node
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