pub struct Fp12 { /* private fields */ }
Expand description
Element of the degree-12 field extension.
Implementations§
Trait Implementations§
impl Copy for Fp12
impl Eq for Fp12
impl StructuralPartialEq for Fp12
Auto Trait Implementations§
impl Freeze for Fp12
impl RefUnwindSafe for Fp12
impl Send for Fp12
impl Sync for Fp12
impl Unpin for Fp12
impl UnwindSafe for Fp12
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