Struct libhmmer_sys::fm_metadata_s
source · [−]#[repr(C)]pub struct fm_metadata_s {Show 16 fields
pub fwd_only: u8,
pub alph_type: u8,
pub alph_size: u8,
pub charBits: u8,
pub freq_SA: u32,
pub freq_cnt_sb: u32,
pub freq_cnt_b: u32,
pub block_count: u16,
pub seq_count: u32,
pub char_count: u64,
pub alph: *mut c_char,
pub inv_alph: *mut c_char,
pub compl_alph: *mut c_int,
pub fp: *mut FILE,
pub seq_data: *mut FM_SEQDATA,
pub ambig_list: *mut FM_AMBIGLIST,
}Fields
fwd_only: u8alph_type: u8alph_size: u8charBits: u8freq_SA: u32freq_cnt_sb: u32freq_cnt_b: u32block_count: u16seq_count: u32char_count: u64alph: *mut c_charinv_alph: *mut c_charcompl_alph: *mut c_intfp: *mut FILEseq_data: *mut FM_SEQDATAambig_list: *mut FM_AMBIGLISTTrait Implementations
sourceimpl Clone for fm_metadata_s
impl Clone for fm_metadata_s
sourcefn clone(&self) -> fm_metadata_s
fn clone(&self) -> fm_metadata_s
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for fm_metadata_s
impl Debug for fm_metadata_s
impl Copy for fm_metadata_s
Auto Trait Implementations
impl RefUnwindSafe for fm_metadata_s
impl !Send for fm_metadata_s
impl !Sync for fm_metadata_s
impl Unpin for fm_metadata_s
impl UnwindSafe for fm_metadata_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more