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]

[src]

Prints the hextable to stdout. If any colors were given during construction, the specified ranges will be printed in color.

[src]

Constructs a new HexView for the given data without offset and using codepage 850, a row width of 16 and . as replacement character.

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for HexView<'a>

impl<'a> Sync for HexView<'a>