pub enum FloatRepresentation {
Linear,
Logarithmic,
PureNumber,
}Variants
Linear
Logarithmic
PureNumber
Trait Implementations
sourceimpl Clone for FloatRepresentation
impl Clone for FloatRepresentation
sourcefn clone(&self) -> FloatRepresentation
fn clone(&self) -> FloatRepresentation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FloatRepresentation
impl Debug for FloatRepresentation
sourceimpl Default for FloatRepresentation
impl Default for FloatRepresentation
sourceimpl PartialEq<FloatRepresentation> for FloatRepresentation
impl PartialEq<FloatRepresentation> for FloatRepresentation
sourcefn eq(&self, other: &FloatRepresentation) -> bool
fn eq(&self, other: &FloatRepresentation) -> bool
impl Copy for FloatRepresentation
impl Eq for FloatRepresentation
impl StructuralEq for FloatRepresentation
impl StructuralPartialEq for FloatRepresentation
Auto Trait Implementations
impl RefUnwindSafe for FloatRepresentation
impl Send for FloatRepresentation
impl Sync for FloatRepresentation
impl Unpin for FloatRepresentation
impl UnwindSafe for FloatRepresentation
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