Struct ecdna_lib::distribution::Lambda
source · pub struct Lambda(_);Expand description
The lambda of the Poisson point process used to sample the ecDNA
distribution with SamplingStrategy::Poisson.
Is a float that cannot be smaller or equal than 0 nor infinite.
Implementations§
Trait Implementations§
source§impl PartialEq<Lambda> for Lambda
impl PartialEq<Lambda> for Lambda
impl Copy for Lambda
impl StructuralPartialEq for Lambda
Auto Trait Implementations§
impl RefUnwindSafe for Lambda
impl Send for Lambda
impl Sync for Lambda
impl Unpin for Lambda
impl UnwindSafe for Lambda
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