Struct rorschach::formatter::Inline [] [src]

pub struct Inline { /* fields omitted */ }

Inline formatter, just puts bytes one after another as hex.

Methods

impl Inline
[src]

Adds a space every given bytes.

Whether to print a newline or not at the end.

The default colors, once set it will always color the output.

Trait Implementations

impl Clone for Inline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Inline
[src]

impl PartialEq for Inline
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Inline
[src]

Formats the value using the given formatter.

impl Default for Inline
[src]

Returns the "default value" for a type. Read more

impl Formatter for Inline
[src]