pub struct KangarooTwelveReaderCore { /* private fields */ }Expand description
Core KangarooTwelve reader state.
Trait Implementations§
Source§impl Clone for KangarooTwelveReaderCore
impl Clone for KangarooTwelveReaderCore
Source§fn clone(&self) -> KangarooTwelveReaderCore
fn clone(&self) -> KangarooTwelveReaderCore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl XofReaderCore for KangarooTwelveReaderCore
impl XofReaderCore for KangarooTwelveReaderCore
Source§fn read_block(&mut self) -> Block<Self>
fn read_block(&mut self) -> Block<Self>
Read next XOF block.
Auto Trait Implementations§
impl Freeze for KangarooTwelveReaderCore
impl RefUnwindSafe for KangarooTwelveReaderCore
impl Send for KangarooTwelveReaderCore
impl Sync for KangarooTwelveReaderCore
impl Unpin for KangarooTwelveReaderCore
impl UnwindSafe for KangarooTwelveReaderCore
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