pub struct LinearStop {
pub input: f32,
pub output: f32,
}Fields§
§input: f32§output: f32Implementations§
Trait Implementations§
Source§impl Clone for LinearStop
impl Clone for LinearStop
Source§fn clone(&self) -> LinearStop
fn clone(&self) -> LinearStop
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 LinearStop
Source§impl Debug for LinearStop
impl Debug for LinearStop
Source§impl PartialEq for LinearStop
impl PartialEq for LinearStop
impl StructuralPartialEq for LinearStop
Auto Trait Implementations§
impl Freeze for LinearStop
impl RefUnwindSafe for LinearStop
impl Send for LinearStop
impl Sync for LinearStop
impl Unpin for LinearStop
impl UnsafeUnpin for LinearStop
impl UnwindSafe for LinearStop
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