Struct slow5lib_sys::slow5_file_meta
source · [−]#[repr(C)]pub struct slow5_file_meta {
pub pathname: *const c_char,
pub fd: c_int,
pub start_rec_offset: u64,
}Expand description
@struct slow5_file SLOW5 file meta data
Fields
pathname: *const c_char< file path
fd: c_int< file descriptor
start_rec_offset: u64< offset (in bytes) of the first SLOW5 record (skipping the SLOW5 header; used for indexing)
Auto Trait Implementations
impl RefUnwindSafe for slow5_file_meta
impl !Send for slow5_file_meta
impl !Sync for slow5_file_meta
impl Unpin for slow5_file_meta
impl UnwindSafe for slow5_file_meta
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