Struct criterion_plot::PointSize
source · [−]pub struct PointSize(pub f64);
Expand description
Size of the points
Tuple Fields
0: f64
Trait Implementations
sourceimpl Set<PointSize> for Properties
impl Set<PointSize> for Properties
sourcefn set(&mut self, ps: PointSize) -> &mut Properties
fn set(&mut self, ps: PointSize) -> &mut Properties
sourceimpl Set<PointSize> for Properties
impl Set<PointSize> for Properties
sourcefn set(&mut self, ps: PointSize) -> &mut Properties
fn set(&mut self, ps: PointSize) -> &mut Properties
impl Copy for PointSize
Auto Trait Implementations
impl RefUnwindSafe for PointSize
impl Send for PointSize
impl Sync for PointSize
impl Unpin for PointSize
impl UnwindSafe for PointSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more