pub struct GlobalEqCellList { /* private fields */ }Implementations§
Source§impl GlobalEqCellList
impl GlobalEqCellList
pub fn from_umi_and_count(bc_mer: usize, count: u32) -> GlobalEqCellList
pub fn add_element(&mut self, bc_mer: usize, count: u32)
Trait Implementations§
Source§impl Clone for GlobalEqCellList
impl Clone for GlobalEqCellList
Source§fn clone(&self) -> GlobalEqCellList
fn clone(&self) -> GlobalEqCellList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GlobalEqCellList
impl RefUnwindSafe for GlobalEqCellList
impl Send for GlobalEqCellList
impl Sync for GlobalEqCellList
impl Unpin for GlobalEqCellList
impl UnsafeUnpin for GlobalEqCellList
impl UnwindSafe for GlobalEqCellList
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