Struct xxd::dump::OutputLine[][src]

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

The OutputLine struct contains all information needed to dump/output a single line of data.

Methods

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

Trait Implementations

impl<'a> Debug for OutputLine<'a>
[src]

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for OutputLine<'a>

impl<'a> Sync for OutputLine<'a>