Struct hex_view::HexView [] [src]

pub struct HexView<'a> { /* fields omitted */ }

This struct can be formatted with the core::fmt::LowerHex and core::fmt::UpperHex formatting traits.

Trait Implementations

impl<'a> LowerHex for HexView<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> UpperHex for HexView<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a, T: ?Sized> From<&'a T> for HexView<'a> where
    T: ,
    T: AsRef<[u8]>,
    T: 'a, 
[src]

[src]

Performs the conversion.