Struct libhmmer_sys::fm_data_s
source · [−]#[repr(C)]pub struct fm_data_s {}Fields
N: u64term_loc: u32seq_offset: u32ambig_offset: u32seq_cnt: u32ambig_cnt: u32overlap: u32T: *mut u8BWT_mem: *mut u8BWT: *mut u8SA: *mut u32C: *mut i64occCnts_sb: *mut u32occCnts_b: *mut u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fm_data_s
impl !Send for fm_data_s
impl !Sync for fm_data_s
impl Unpin for fm_data_s
impl UnwindSafe for fm_data_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