struct Rng {
state: u64,
extra: u64,
}
🔬This is a nightly-only experimental API. (
test
)Fields§
§state: u64
🔬This is a nightly-only experimental API. (
§test
)extra: u64
🔬This is a nightly-only experimental API. (
test
)Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Rng
impl Send for Rng
impl Sync for Rng
impl Unpin for Rng
impl UnwindSafe for Rng
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