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