Struct hts_sys::sam_hrecs_t
source · #[repr(C)]pub struct sam_hrecs_t { /* private fields */ }
Trait Implementations§
source§impl Clone for sam_hrecs_t
impl Clone for sam_hrecs_t
source§fn clone(&self) -> sam_hrecs_t
fn clone(&self) -> sam_hrecs_t
Returns a copy 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 sam_hrecs_t
impl Debug for sam_hrecs_t
impl Copy for sam_hrecs_t
Auto Trait Implementations§
impl Freeze for sam_hrecs_t
impl RefUnwindSafe for sam_hrecs_t
impl Send for sam_hrecs_t
impl Sync for sam_hrecs_t
impl Unpin for sam_hrecs_t
impl UnwindSafe for sam_hrecs_t
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