pub struct Xorshift128plus(pub [u64; 2]);Tuple Fields§
§0: [u64; 2]Implementations§
Auto Trait Implementations§
impl Freeze for Xorshift128plus
impl RefUnwindSafe for Xorshift128plus
impl Send for Xorshift128plus
impl Sync for Xorshift128plus
impl Unpin for Xorshift128plus
impl UnwindSafe for Xorshift128plus
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