#[repr(C)]pub struct htsFormat {
pub category: htsFormatCategory,
pub format: htsExactFormat,
pub version: htsFormat__bindgen_ty_1,
pub compression: htsCompression,
pub compression_level: c_short,
pub specific: *mut c_void,
}
Fields§
§category: htsFormatCategory
§format: htsExactFormat
§version: htsFormat__bindgen_ty_1
§compression: htsCompression
§compression_level: c_short
§specific: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for htsFormat
impl RefUnwindSafe for htsFormat
impl !Send for htsFormat
impl !Sync for htsFormat
impl Unpin for htsFormat
impl UnwindSafe for htsFormat
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