pub(crate) struct IsogenyMapResult {
pub(crate) X: FieldElement,
pub(crate) Y: FieldElement,
pub(crate) Z: FieldElement,
pub(crate) T1: FieldElement,
pub(crate) T2: FieldElement,
}Fields§
§X: FieldElement§Y: FieldElement§Z: FieldElement§T1: FieldElement§T2: FieldElementAuto Trait Implementations§
impl Freeze for IsogenyMapResult
impl RefUnwindSafe for IsogenyMapResult
impl Send for IsogenyMapResult
impl Sync for IsogenyMapResult
impl Unpin for IsogenyMapResult
impl UnsafeUnpin for IsogenyMapResult
impl UnwindSafe for IsogenyMapResult
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