Struct block_modes::BlockModeError[][src]

pub struct BlockModeError;

Trait Implementations

impl Clone for BlockModeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BlockModeError
[src]

impl Debug for BlockModeError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations