#[repr(C)]pub struct slow5_fmt_meta {
pub name: *const c_char,
pub format: slow5_fmt,
}Expand description
@struct slow5_fmt_meta SLOW5 file meta data
Fields§
§name: *const c_char< path of the SLOW5 file
format: slow5_fmt< the format of the SLOW5 file
Trait Implementations§
Source§impl Clone for slow5_fmt_meta
impl Clone for slow5_fmt_meta
Source§fn clone(&self) -> slow5_fmt_meta
fn clone(&self) -> slow5_fmt_meta
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_fmt_meta
impl Debug for slow5_fmt_meta
impl Copy for slow5_fmt_meta
Auto Trait Implementations§
impl Freeze for slow5_fmt_meta
impl RefUnwindSafe for slow5_fmt_meta
impl !Send for slow5_fmt_meta
impl !Sync for slow5_fmt_meta
impl Unpin for slow5_fmt_meta
impl UnwindSafe for slow5_fmt_meta
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