#[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_t§size: khint_t§n_occupied: khint_t§upper_bound: khint_t§flags: *mut khint32_t§keys: *mut kh_cstr_t§vals: *mut c_charTrait Implementations§
Source§impl Clone for kh_slow5_s_s
impl Clone for kh_slow5_s_s
Source§fn clone(&self) -> kh_slow5_s_s
fn clone(&self) -> kh_slow5_s_s
Returns a duplicate 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 moreSource§impl Debug for kh_slow5_s_s
impl Debug for kh_slow5_s_s
impl Copy for kh_slow5_s_s
Auto Trait Implementations§
impl Freeze for kh_slow5_s_s
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more