#[repr(C)]
pub struct slow5_file_meta { pub pathname: *const c_char, pub fd: c_int, pub start_rec_offset: u64, pub fread_buffer: *mut c_char, }
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)

fread_buffer: *mut c_char

< buffer for fread

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.