Struct hexplay::HexView [] [src]

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

The HexView struct represents the configuration of how to display the data.

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more