pub struct LCG { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LCG
impl RefUnwindSafe for LCG
impl Send for LCG
impl Sync for LCG
impl Unpin for LCG
impl UnwindSafe for LCG
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