pub struct Absorb<N>(/* private fields */);Expand description
The type-level Absorb operation
Trait Implementations§
Source§impl<U: Unsigned> ToSpongeOp for Absorb<U>
impl<U: Unsigned> ToSpongeOp for Absorb<U>
Source§fn to_sponge_op() -> SpongeOp
fn to_sponge_op() -> SpongeOp
Converts the type-level operation to its term-level representation
impl<N: Unsigned> IOWord for Absorb<N>
Auto Trait Implementations§
impl<N> Freeze for Absorb<N>
impl<N> RefUnwindSafe for Absorb<N>where
N: RefUnwindSafe,
impl<N> Send for Absorb<N>where
N: Send,
impl<N> Sync for Absorb<N>where
N: Sync,
impl<N> Unpin for Absorb<N>where
N: Unpin,
impl<N> UnwindSafe for Absorb<N>where
N: UnwindSafe,
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