Struct rust_htslib::htslib::kbitset_t
source · #[repr(C)]pub struct kbitset_t {
pub n: u64,
pub n_max: u64,
pub b: [u64; 1],
}
Fields§
§n: u64
§n_max: u64
§b: [u64; 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§
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