#[repr(transparent)]pub struct PrngSeed(pub u32);Expand description
PRNG random seed input value used as an entropy source
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PrngSeed
impl Eq for PrngSeed
impl StructuralPartialEq for PrngSeed
Auto Trait Implementations§
impl Freeze for PrngSeed
impl RefUnwindSafe for PrngSeed
impl Send for PrngSeed
impl Sync for PrngSeed
impl Unpin for PrngSeed
impl UnwindSafe for PrngSeed
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