struct ReseedingCore {
inner: ChaChaCore<R12, Legacy>,
}Fields§
§inner: ChaChaCore<R12, Legacy>Implementations§
Source§impl ReseedingCore
impl ReseedingCore
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReseedingCore
impl RefUnwindSafe for ReseedingCore
impl Send for ReseedingCore
impl Sync for ReseedingCore
impl Unpin for ReseedingCore
impl UnsafeUnpin for ReseedingCore
impl UnwindSafe for ReseedingCore
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