#[repr(C)]
pub struct slow5_rec_aux_data { pub len: u64, pub bytes: u64, pub type_: slow5_aux_type, pub data: *mut u8, }
Expand description

@struct slow5_rec_aux_data SLOW5 auxiliary field data (represents a single SLOW5 auxiliary field of a particular read record)

Fields

len: u64

< number of elements in a array (if a primitive type this is always 1)

bytes: u64

< total number of bytes in data (currently, the allocated size which is equal to the amount of data in it)

type_: slow5_aux_type

< data type of the auxiliary attribute

data: *mut u8

< raw data

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.