Struct slow5lib_sys::slow5_hdr
source · [−]#[repr(C)]pub struct slow5_hdr {
pub version: slow5_version,
pub num_read_groups: u32,
pub data: slow5_hdr_data_t,
pub aux_meta: *mut slow5_aux_meta_t,
}Expand description
@struct slow5_hdr SLOW5 header
Fields
version: slow5_version< SLOW5 file version
num_read_groups: u32< Number of read groups
data: slow5_hdr_data_t< Header data (constant fields in FAST5 files). Not to be directly accessed, use provided functions instead.
aux_meta: *mut slow5_aux_meta_t< Auxiliary field metadata. Not to be directly accessed, use provided functions instead.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for slow5_hdr
impl !Send for slow5_hdr
impl !Sync for slow5_hdr
impl Unpin for slow5_hdr
impl UnwindSafe for slow5_hdr
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