Struct xxd::dump::OutputSettings[][src]

pub struct OutputSettings { /* fields omitted */ }

Methods

impl OutputSettings
[src]

Trait Implementations

impl Debug for OutputSettings
[src]

Formats the value using the given formatter. Read more

impl Clone for OutputSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OutputSettings
[src]

Auto Trait Implementations