pub struct CurvesPoint {
pub input: f64,
pub output: f64,
}Expand description
Element of CurvesAdjustmentChannel.
Fields§
§input: f64§output: f64Trait Implementations§
Source§impl Clone for CurvesPoint
impl Clone for CurvesPoint
Source§fn clone(&self) -> CurvesPoint
fn clone(&self) -> CurvesPoint
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 CurvesPoint
Source§impl Debug for CurvesPoint
impl Debug for CurvesPoint
Source§impl Default for CurvesPoint
impl Default for CurvesPoint
Source§fn default() -> CurvesPoint
fn default() -> CurvesPoint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CurvesPoint
impl RefUnwindSafe for CurvesPoint
impl Send for CurvesPoint
impl Sync for CurvesPoint
impl Unpin for CurvesPoint
impl UnsafeUnpin for CurvesPoint
impl UnwindSafe for CurvesPoint
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