Struct libhmmer_sys::ESL_KEYHASH
source · [−]#[repr(C)]pub struct ESL_KEYHASH {
pub hashtable: *mut c_int,
pub hashsize: u32,
pub key_offset: *mut c_int,
pub nxt: *mut c_int,
pub nkeys: c_int,
pub kalloc: c_int,
pub smem: *mut c_char,
pub salloc: c_int,
pub sn: c_int,
}Fields
hashtable: *mut c_inthashsize: u32key_offset: *mut c_intnxt: *mut c_intnkeys: c_intkalloc: c_intsmem: *mut c_charsalloc: c_intsn: c_intTrait Implementations
sourceimpl Clone for ESL_KEYHASH
impl Clone for ESL_KEYHASH
sourcefn clone(&self) -> ESL_KEYHASH
fn clone(&self) -> ESL_KEYHASH
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 ESL_KEYHASH
impl Debug for ESL_KEYHASH
impl Copy for ESL_KEYHASH
Auto Trait Implementations
impl RefUnwindSafe for ESL_KEYHASH
impl !Send for ESL_KEYHASH
impl !Sync for ESL_KEYHASH
impl Unpin for ESL_KEYHASH
impl UnwindSafe for ESL_KEYHASH
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