pub struct CurveParameter { /* private fields */ }Expand description
A normalized curve parameter in [0, 1].
Implementations§
Trait Implementations§
Source§impl Clone for CurveParameter
impl Clone for CurveParameter
Source§fn clone(&self) -> CurveParameter
fn clone(&self) -> CurveParameter
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 moreSource§impl Debug for CurveParameter
impl Debug for CurveParameter
Source§impl PartialEq for CurveParameter
impl PartialEq for CurveParameter
Source§fn eq(&self, other: &CurveParameter) -> bool
fn eq(&self, other: &CurveParameter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CurveParameter
impl StructuralPartialEq for CurveParameter
Auto Trait Implementations§
impl Freeze for CurveParameter
impl RefUnwindSafe for CurveParameter
impl Send for CurveParameter
impl Sync for CurveParameter
impl Unpin for CurveParameter
impl UnsafeUnpin for CurveParameter
impl UnwindSafe for CurveParameter
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