Struct rust_htslib::htslib::kbitset_t
source · [−]Fields
n: u32
n_max: u32
b: [u32; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kbitset_t
impl Send for kbitset_t
impl Sync for kbitset_t
impl Unpin for kbitset_t
impl UnwindSafe for kbitset_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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