Struct chandeliers_std::rand::random_bool
source · pub struct random_bool { /* private fields */ }Expand description
Lustre node that returns a random bool uniformly.
Trait Implementations§
source§impl Clone for random_bool
impl Clone for random_bool
source§fn clone(&self) -> random_bool
fn clone(&self) -> random_bool
Returns a copy 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_bool
impl Debug for random_bool
source§impl Default for random_bool
impl Default for random_bool
source§fn default() -> random_bool
fn default() -> random_bool
Returns the “default value” for a type. Read more
source§impl Step for random_bool
impl Step for random_bool
Auto Trait Implementations§
impl !RefUnwindSafe for random_bool
impl !Send for random_bool
impl !Sync for random_bool
impl Unpin for random_bool
impl !UnwindSafe for random_bool
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