pub struct SamplerContext {
pub p: Prng,
pub sigma_min: Fpr,
}Expand description
Sampler context wraps a PRNG and the sigma_min value.
Fields§
§p: Prng§sigma_min: FprAuto Trait Implementations§
impl Freeze for SamplerContext
impl RefUnwindSafe for SamplerContext
impl Send for SamplerContext
impl Sync for SamplerContext
impl Unpin for SamplerContext
impl UnsafeUnpin for SamplerContext
impl UnwindSafe for SamplerContext
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