pub enum ValueScaling {
Linear,
Power(f32),
Frequency,
}Variants§
Implementations§
Source§impl ValueScaling
impl ValueScaling
Trait Implementations§
Source§impl Clone for ValueScaling
impl Clone for ValueScaling
Source§fn clone(&self) -> ValueScaling
fn clone(&self) -> ValueScaling
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 ValueScaling
impl Debug for ValueScaling
Source§impl PartialEq for ValueScaling
impl PartialEq for ValueScaling
impl Copy for ValueScaling
impl StructuralPartialEq for ValueScaling
Auto Trait Implementations§
impl Freeze for ValueScaling
impl RefUnwindSafe for ValueScaling
impl Send for ValueScaling
impl Sync for ValueScaling
impl Unpin for ValueScaling
impl UnwindSafe for ValueScaling
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