Struct unsafe_hacspec_examples::ec::arithmetic::Jacobian
source · [−]pub struct Jacobian<T: UnsignedIntegerCopy>(pub T, pub T, pub T);
Tuple Fields
0: T
1: T
2: T
Trait Implementations
sourceimpl<T: Clone + UnsignedIntegerCopy> Clone for Jacobian<T>
impl<T: Clone + UnsignedIntegerCopy> Clone for Jacobian<T>
sourceimpl<T: Debug + UnsignedIntegerCopy> Debug for Jacobian<T>
impl<T: Debug + UnsignedIntegerCopy> Debug for Jacobian<T>
impl<T: Copy + UnsignedIntegerCopy> Copy for Jacobian<T>
impl<T: UnsignedIntegerCopy> StructuralPartialEq for Jacobian<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Jacobian<T> where
T: RefUnwindSafe,
impl<T> Send for Jacobian<T> where
T: Send,
impl<T> Sync for Jacobian<T> where
T: Sync,
impl<T> Unpin for Jacobian<T> where
T: Unpin,
impl<T> UnwindSafe for Jacobian<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more