pub struct R20;Expand description
20-rounds
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R20
impl RefUnwindSafe for R20
impl Send for R20
impl Sync for R20
impl Unpin for R20
impl UnwindSafe for R20
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