Struct ethcore_builtin::Bls12G2Mul
source · [−]pub struct Bls12G2Mul;
Expand description
The Bls12G2Mul builtin.
Trait Implementations
sourceimpl Debug for Bls12G2Mul
impl Debug for Bls12G2Mul
Auto Trait Implementations
impl RefUnwindSafe for Bls12G2Mul
impl Send for Bls12G2Mul
impl Sync for Bls12G2Mul
impl Unpin for Bls12G2Mul
impl UnwindSafe for Bls12G2Mul
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more