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