Struct c2_chacha::guts::State [−][src]
pub struct State<V> { /* fields omitted */ }Expand description
Working state of a ChaCha stream.
Trait Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for State<V> where
V: RefUnwindSafe,
impl<V> UnwindSafe for State<V> where
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more