pub struct Slope<F: Float> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<F: Float> Extend<F> for Slope<F>
impl<F: Float> Extend<F> for Slope<F>
Source§fn extend<T: IntoIterator<Item = F>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = F>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl<F: Float> FromIterator<F> for Slope<F>
impl<F: Float> FromIterator<F> for Slope<F>
Source§fn from_iter<T: IntoIterator<Item = F>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = F>>(iter: T) -> Self
Creates a value from an iterator. Read more
impl<F: Float> StructuralPartialEq for Slope<F>
Auto Trait Implementations§
impl<F> Freeze for Slope<F>where
F: Freeze,
impl<F> RefUnwindSafe for Slope<F>where
F: RefUnwindSafe,
impl<F> Send for Slope<F>where
F: Send,
impl<F> Sync for Slope<F>where
F: Sync,
impl<F> Unpin for Slope<F>where
F: Unpin,
impl<F> UnsafeUnpin for Slope<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for Slope<F>where
F: UnwindSafe,
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