Struct ethcore_builtin::Blake2F
source · [−]pub struct Blake2F;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Blake2F
impl Send for Blake2F
impl Sync for Blake2F
impl Unpin for Blake2F
impl UnwindSafe for Blake2F
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