pub(crate) struct IsogenyMap {
pub(crate) X: FieldElement,
pub(crate) Y: FieldElement,
pub(crate) Z: FieldElement,
pub(crate) T: FieldElement,
}Fields§
§X: FieldElement§Y: FieldElement§Z: FieldElement§T: FieldElementImplementations§
Source§impl IsogenyMap
impl IsogenyMap
pub(crate) fn map( &self, scale: impl FnOnce(FieldElement) -> FieldElement, ) -> IsogenyMapResult
Auto Trait Implementations§
impl Freeze for IsogenyMap
impl RefUnwindSafe for IsogenyMap
impl Send for IsogenyMap
impl Sync for IsogenyMap
impl Unpin for IsogenyMap
impl UnsafeUnpin for IsogenyMap
impl UnwindSafe for IsogenyMap
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