pub struct BytesPerChild(pub u64);Expand description
The number of bytes each child can generate, when a generator is forked.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for BytesPerChild
impl Clone for BytesPerChild
Source§fn clone(&self) -> BytesPerChild
fn clone(&self) -> BytesPerChild
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 BytesPerChild
impl Debug for BytesPerChild
impl Copy for BytesPerChild
Auto Trait Implementations§
impl Freeze for BytesPerChild
impl RefUnwindSafe for BytesPerChild
impl Send for BytesPerChild
impl Sync for BytesPerChild
impl Unpin for BytesPerChild
impl UnwindSafe for BytesPerChild
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