#[repr(C)]pub struct oligo_array {
pub oligo: *mut primer_rec,
pub num_elem: c_int,
pub storage_size: c_int,
pub type_: oligo_type,
pub expl: oligo_stats,
}Fields§
§oligo: *mut primer_rec§num_elem: c_int§storage_size: c_int§type_: oligo_type§expl: oligo_statsTrait Implementations§
Source§impl Clone for oligo_array
impl Clone for oligo_array
Source§fn clone(&self) -> oligo_array
fn clone(&self) -> oligo_array
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 oligo_array
impl Debug for oligo_array
impl Copy for oligo_array
Auto Trait Implementations§
impl Freeze for oligo_array
impl RefUnwindSafe for oligo_array
impl !Send for oligo_array
impl !Sync for oligo_array
impl Unpin for oligo_array
impl UnsafeUnpin for oligo_array
impl UnwindSafe for oligo_array
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