pub struct AsinhScaleState {
pub scale: f64,
}Expand description
State for AsinhScale.
Fields§
§scale: f64Positive scale used before asinh.
Trait Implementations§
Source§impl Clone for AsinhScaleState
impl Clone for AsinhScaleState
Source§fn clone(&self) -> AsinhScaleState
fn clone(&self) -> AsinhScaleState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AsinhScaleState
Source§impl Debug for AsinhScaleState
impl Debug for AsinhScaleState
Source§impl PartialEq for AsinhScaleState
impl PartialEq for AsinhScaleState
Source§fn eq(&self, other: &AsinhScaleState) -> bool
fn eq(&self, other: &AsinhScaleState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsinhScaleState
Auto Trait Implementations§
impl Freeze for AsinhScaleState
impl RefUnwindSafe for AsinhScaleState
impl Send for AsinhScaleState
impl Sync for AsinhScaleState
impl Unpin for AsinhScaleState
impl UnsafeUnpin for AsinhScaleState
impl UnwindSafe for AsinhScaleState
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