pub struct MixedCell {
pub newest_probability: f64,
}Fields§
§newest_probability: f64Trait Implementations§
Source§impl CellSelector for MixedCell
impl CellSelector for MixedCell
impl Copy for MixedCell
Auto Trait Implementations§
impl Freeze for MixedCell
impl RefUnwindSafe for MixedCell
impl Send for MixedCell
impl Sync for MixedCell
impl Unpin for MixedCell
impl UnsafeUnpin for MixedCell
impl UnwindSafe for MixedCell
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