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