pub struct RandomSeed(pub u32);Expand description
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for RandomSeed
impl Clone for RandomSeed
Source§fn clone(&self) -> RandomSeed
fn clone(&self) -> RandomSeed
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RandomSeed
impl Debug for RandomSeed
Source§impl Parameter for RandomSeed
impl Parameter for RandomSeed
impl Copy for RandomSeed
Auto Trait Implementations§
impl Freeze for RandomSeed
impl RefUnwindSafe for RandomSeed
impl Send for RandomSeed
impl Sync for RandomSeed
impl Unpin for RandomSeed
impl UnwindSafe for RandomSeed
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