Struct basenc::UpperHex [] [src]

pub struct UpperHex;

Hex charset using strictly upper-case letters.

Trait Implementations

impl Copy for UpperHex
[src]

impl Clone for UpperHex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpperHex
[src]

Formats the value using the given formatter.

impl Encoding for UpperHex
[src]

Returns the encoding's alphabet. Read more

Directly encode into an encode buffer. Read more

Directly decode into a decode buffer. Read more

impl<I: Iterator<Item = u8>> Encoder<I> for UpperHex
[src]

impl<I: Iterator<Item = char>> Decoder<I> for UpperHex
[src]