Struct ethcore_builtin::Bls12G2Add
source · [−]pub struct Bls12G2Add;
Expand description
The Bls12G2Add builtin.
Trait Implementations
sourceimpl Debug for Bls12G2Add
impl Debug for Bls12G2Add
Auto Trait Implementations
impl RefUnwindSafe for Bls12G2Add
impl Send for Bls12G2Add
impl Sync for Bls12G2Add
impl Unpin for Bls12G2Add
impl UnwindSafe for Bls12G2Add
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