pub enum Range {
Auto,
Limits(f64, f64),
}
Expand description
Axis range
Variants§
Trait Implementations§
Source§impl Set<Range> for Properties
impl Set<Range> for Properties
Source§fn set(&mut self, range: Range) -> &mut Properties
fn set(&mut self, range: Range) -> &mut Properties
Changes the range of the axis that will be shown
Note All axes are auto-scaled by default
impl Copy for Range
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
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