Struct libhmmer_sys::fm_seqdata_s
source · #[repr(C)]pub struct fm_seqdata_s {
pub target_id: u32,
pub target_start: u64,
pub fm_start: u32,
pub length: u32,
pub name_length: u16,
pub source_length: u16,
pub acc_length: u16,
pub desc_length: u16,
pub name: *mut c_char,
pub source: *mut c_char,
pub acc: *mut c_char,
pub desc: *mut c_char,
}Fields§
§target_id: u32§target_start: u64§fm_start: u32§length: u32§name_length: u16§source_length: u16§acc_length: u16§desc_length: u16§name: *mut c_char§source: *mut c_char§acc: *mut c_char§desc: *mut c_charTrait Implementations§
source§impl Clone for fm_seqdata_s
impl Clone for fm_seqdata_s
source§fn clone(&self) -> fm_seqdata_s
fn clone(&self) -> fm_seqdata_s
Returns a copy 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 more