#[repr(C)]pub struct pair_array_t {
pub storage_size: c_int,
pub num_pairs: c_int,
pub pairs: *mut primer_pair,
pub expl: pair_stats,
}Fields§
§storage_size: c_int§num_pairs: c_int§pairs: *mut primer_pair§expl: pair_statsTrait Implementations§
Source§impl Clone for pair_array_t
impl Clone for pair_array_t
Source§fn clone(&self) -> pair_array_t
fn clone(&self) -> pair_array_t
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 pair_array_t
impl Debug for pair_array_t
impl Copy for pair_array_t
Auto Trait Implementations§
impl Freeze for pair_array_t
impl RefUnwindSafe for pair_array_t
impl !Send for pair_array_t
impl !Sync for pair_array_t
impl Unpin for pair_array_t
impl UnsafeUnpin for pair_array_t
impl UnwindSafe for pair_array_t
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