pub struct ReadPairSpec { /* private fields */ }
Expand description
A specification for a read pair. See ReadPairSpecBuilder
or BamBuilder::pair_builder
.
Mate tags and info will be set by default
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadPairSpec
impl RefUnwindSafe for ReadPairSpec
impl Send for ReadPairSpec
impl Sync for ReadPairSpec
impl Unpin for ReadPairSpec
impl UnwindSafe for ReadPairSpec
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