Struct armnod::SetStringChooserOnce
source · pub struct SetStringChooserOnce { /* private fields */ }Expand description
Return a range of strings over [start, limit).
Implementations§
source§impl SetStringChooserOnce
impl SetStringChooserOnce
sourcepub fn new(start: u64, limit: u64) -> Self
pub fn new(start: u64, limit: u64) -> Self
Create a new SetStringChooserOnce. The generated seeds will be only for the strings
between [start, limit), which is assumed to be a chunk of [0, n).
Trait Implementations§
source§impl SeedChooser for SetStringChooserOnce
impl SeedChooser for SetStringChooserOnce
fn which_seed(&mut self, _: &mut Guacamole) -> SeedChoice
Auto Trait Implementations§
impl RefUnwindSafe for SetStringChooserOnce
impl Send for SetStringChooserOnce
impl Sync for SetStringChooserOnce
impl Unpin for SetStringChooserOnce
impl UnwindSafe for SetStringChooserOnce
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