pub struct Curve2<V> { /* private fields */ }Implementations§
Trait Implementations§
impl<V: Copy> Copy for Curve2<V>
Auto Trait Implementations§
impl<V> Freeze for Curve2<V>where
V: Freeze,
impl<V> RefUnwindSafe for Curve2<V>where
V: RefUnwindSafe,
impl<V> Send for Curve2<V>where
V: Send,
impl<V> Sync for Curve2<V>where
V: Sync,
impl<V> Unpin for Curve2<V>where
V: Unpin,
impl<V> UnwindSafe for Curve2<V>where
V: 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