#[repr(C)]pub struct slow5_aux_type_meta {
pub type_: slow5_aux_type,
pub size: u8,
pub type_str: *const c_char,
}Fields§
§type_: slow5_aux_type§size: u8§type_str: *const c_charTrait Implementations§
Source§impl Clone for slow5_aux_type_meta
impl Clone for slow5_aux_type_meta
Source§fn clone(&self) -> slow5_aux_type_meta
fn clone(&self) -> slow5_aux_type_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_aux_type_meta
impl Debug for slow5_aux_type_meta
impl Copy for slow5_aux_type_meta
Auto Trait Implementations§
impl Freeze for slow5_aux_type_meta
impl RefUnwindSafe for slow5_aux_type_meta
impl !Send for slow5_aux_type_meta
impl !Sync for slow5_aux_type_meta
impl Unpin for slow5_aux_type_meta
impl UnwindSafe for slow5_aux_type_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