#[repr(transparent)]pub struct PrngOut(pub u32);Expand description
Provide random number.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PrngOut
impl Eq for PrngOut
impl StructuralPartialEq for PrngOut
Auto Trait Implementations§
impl Freeze for PrngOut
impl RefUnwindSafe for PrngOut
impl Send for PrngOut
impl Sync for PrngOut
impl Unpin for PrngOut
impl UnwindSafe for PrngOut
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