pub struct FactorScratch { /* private fields */ }Expand description
Per-thread scratch for multi-factor draw generation.
Implementations§
Auto Trait Implementations§
impl Freeze for FactorScratch
impl RefUnwindSafe for FactorScratch
impl Send for FactorScratch
impl Sync for FactorScratch
impl Unpin for FactorScratch
impl UnsafeUnpin for FactorScratch
impl UnwindSafe for FactorScratch
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