Struct conserve::report::Sizes [] [src]

pub struct Sizes {
    pub compressed: u64,
    pub uncompressed: u64,
}

Describes sizes of data read or written, with both the compressed and uncompressed size.

Fields

Trait Implementations

impl Clone for Sizes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Sizes
[src]

impl Debug for Sizes
[src]

[src]

Formats the value using the given formatter.

impl Default for Sizes
[src]

[src]

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

impl Eq for Sizes
[src]

impl PartialEq for Sizes
[src]

[src]

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

[src]

This method tests for !=.

impl AddAssign for Sizes
[src]

[src]

Performs the += operation.

impl<'a> AddAssign<&'a Sizes> for Sizes
[src]

[src]

Performs the += operation.