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