#[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
Trait Implementations§
Source§impl Clone for slow5_version
impl Clone for slow5_version
Source§fn clone(&self) -> slow5_version
fn clone(&self) -> slow5_version
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for slow5_version
impl Debug for slow5_version
impl Copy for slow5_version
Auto Trait Implementations§
impl Freeze for slow5_version
impl RefUnwindSafe for slow5_version
impl Send for slow5_version
impl Sync for slow5_version
impl Unpin for slow5_version
impl UnwindSafe for slow5_version
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more