Struct stream_cipher::LoopError [−][src]
pub struct LoopError;
Error which notifies that stream cipher has reached the end of a keystream.
Trait Implementations
impl Copy for LoopError[src]
impl Copy for LoopErrorimpl Clone for LoopError[src]
impl Clone for LoopErrorfn clone(&self) -> LoopError[src]
fn clone(&self) -> LoopErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LoopError[src]
impl Debug for LoopError