pub struct random_int { /* private fields */ }Expand description
Lustre node that returns a random int uniformly between
i64::MIN and i64::MAX.
Trait Implementations§
Source§impl Clone for random_int
impl Clone for random_int
Source§fn clone(&self) -> random_int
fn clone(&self) -> random_int
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 random_int
impl Debug for random_int
Source§impl Default for random_int
impl Default for random_int
Source§fn default() -> random_int
fn default() -> random_int
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for random_int
impl !RefUnwindSafe for random_int
impl !Send for random_int
impl !Sync for random_int
impl Unpin for random_int
impl !UnwindSafe for random_int
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