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