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