#[repr(C)]pub struct seq_lib {
pub names: *mut *mut c_char,
pub seqs: *mut *mut c_char,
pub rev_compl_seqs: *mut *mut c_char,
pub weight: *mut f64,
pub repeat_file: *mut c_char,
pub error: pr_append_str,
pub warning: pr_append_str,
pub seq_num: c_int,
pub storage_size: c_int,
}Fields§
§names: *mut *mut c_char§seqs: *mut *mut c_char§rev_compl_seqs: *mut *mut c_char§weight: *mut f64§repeat_file: *mut c_char§error: pr_append_str§warning: pr_append_str§seq_num: c_int§storage_size: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for seq_lib
impl RefUnwindSafe for seq_lib
impl !Send for seq_lib
impl !Sync for seq_lib
impl Unpin for seq_lib
impl UnsafeUnpin for seq_lib
impl UnwindSafe for seq_lib
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