Struct unsafe_hacspec_examples::ec::arithmetic::Affine
source · [−]pub struct Affine<T: UnsignedIntegerCopy>(pub T, pub T);
Tuple Fields
0: T
1: T
Trait Implementations
sourceimpl<T: Clone + UnsignedIntegerCopy> Clone for Affine<T>
impl<T: Clone + UnsignedIntegerCopy> Clone for Affine<T>
sourceimpl<T: Debug + UnsignedIntegerCopy> Debug for Affine<T>
impl<T: Debug + UnsignedIntegerCopy> Debug for Affine<T>
impl<T: Copy + UnsignedIntegerCopy> Copy for Affine<T>
impl<T: UnsignedIntegerCopy> StructuralPartialEq for Affine<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Affine<T> where
T: RefUnwindSafe,
impl<T> Send for Affine<T> where
T: Send,
impl<T> Sync for Affine<T> where
T: Sync,
impl<T> Unpin for Affine<T> where
T: Unpin,
impl<T> UnwindSafe for Affine<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