#[repr(C)]pub struct interval_array_t2 {
pub pairs: [[c_int; 2]; 200],
pub count: c_int,
}Fields§
§pairs: [[c_int; 2]; 200]§count: c_intTrait Implementations§
Source§impl Clone for interval_array_t2
impl Clone for interval_array_t2
Source§fn clone(&self) -> interval_array_t2
fn clone(&self) -> interval_array_t2
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 interval_array_t2
impl Debug for interval_array_t2
impl Copy for interval_array_t2
Auto Trait Implementations§
impl Freeze for interval_array_t2
impl RefUnwindSafe for interval_array_t2
impl Send for interval_array_t2
impl Sync for interval_array_t2
impl Unpin for interval_array_t2
impl UnsafeUnpin for interval_array_t2
impl UnwindSafe for interval_array_t2
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