Struct slow5lib_sys::kh_slow5_s_s
source · [−]#[repr(C)]pub struct kh_slow5_s_s {
pub n_buckets: khint_t,
pub size: khint_t,
pub n_occupied: khint_t,
pub upper_bound: khint_t,
pub flags: *mut khint32_t,
pub keys: *mut kh_cstr_t,
pub vals: *mut c_char,
}Fields
n_buckets: khint_tsize: khint_tn_occupied: khint_tupper_bound: khint_tflags: *mut khint32_tkeys: *mut kh_cstr_tvals: *mut c_charTrait Implementations
sourceimpl Clone for kh_slow5_s_s
impl Clone for kh_slow5_s_s
sourcefn clone(&self) -> kh_slow5_s_s
fn clone(&self) -> kh_slow5_s_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 kh_slow5_s_s
impl Debug for kh_slow5_s_s
impl Copy for kh_slow5_s_s
Auto Trait Implementations
impl RefUnwindSafe for kh_slow5_s_s
impl !Send for kh_slow5_s_s
impl !Sync for kh_slow5_s_s
impl Unpin for kh_slow5_s_s
impl UnwindSafe for kh_slow5_s_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
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.
sourcefn clone_into(&self, target: &mut T)
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