pub struct Pileup { /* private fields */ }
Expand description
A pileup over one genomic position.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pileup
impl RefUnwindSafe for Pileup
impl !Send for Pileup
impl !Sync for Pileup
impl Unpin for Pileup
impl UnwindSafe for Pileup
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