pub enum RescaleRange {
Custom(f32, f32),
Max,
}Variants§
Trait Implementations§
Source§impl Clone for RescaleRange
impl Clone for RescaleRange
Source§fn clone(&self) -> RescaleRange
fn clone(&self) -> RescaleRange
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 moreimpl Copy for RescaleRange
Auto Trait Implementations§
impl Freeze for RescaleRange
impl RefUnwindSafe for RescaleRange
impl Send for RescaleRange
impl Sync for RescaleRange
impl Unpin for RescaleRange
impl UnwindSafe for RescaleRange
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