pub struct SampleSizeBox {
pub sample_size: u32,
pub sample_sizes: Vec<u32>,
}
Fields§
§sample_size: u32
§sample_sizes: Vec<u32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SampleSizeBox
impl RefUnwindSafe for SampleSizeBox
impl Send for SampleSizeBox
impl Sync for SampleSizeBox
impl Unpin for SampleSizeBox
impl UnwindSafe for SampleSizeBox
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