#[repr(C)]
pub struct slow5_version { pub major: u8, pub minor: u8, pub patch: u8, }
Expand description

@struct slow5_version @brief SLOW5 file version

Fields

major: u8

< major version

minor: u8

< minor version

patch: u8

< patch version

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.