Struct hexplay::HexViewBuilder [] [src]

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

A builder for the HexView struct.

Methods

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

[src]

Constructs a new HexViewBuilder for the given data.

[src]

Configures the address offset of the HexView under construction.

[src]

Forces any color data to be printed in print, even if redirected to a file or pipe.

[src]

Configures the codepage of the HexView under construction.

[src]

Configures the replacement character of the HexView under construction.

The replacement character is the character that will be used for nonprintable characters in the codepage.

[src]

Configures the row width of the HexView under construction.

[src]

Adds the vector of colors to the range color printer

[src]

Adds the color to the given range, using a more ergonomic API

[src]

Constructs the HexView.

Trait Implementations

Auto Trait Implementations

impl<'a> Send for HexViewBuilder<'a>

impl<'a> Sync for HexViewBuilder<'a>