Struct systemstat::data::ByteSize [] [src]

pub struct ByteSize { /* fields omitted */ }

Byte size representation

Methods

impl ByteSize
[src]

Trait Implementations

impl PartialOrd<ByteSize> for ByteSize
[src]

impl Display for ByteSize
[src]

impl Sub<ByteSize> for ByteSize
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<usize> for ByteSize
[src]

The resulting type after applying the - operator

The method for the - operator

impl Copy for ByteSize
[src]

impl Add<usize> for ByteSize
[src]

impl Add<ByteSize> for ByteSize
[src]

impl Div<usize> for ByteSize
[src]

impl Ord for ByteSize
[src]

impl Mul<usize> for ByteSize
[src]

impl Eq for ByteSize
[src]

impl PartialEq<ByteSize> for ByteSize
[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 ByteSize
[src]

Formats the value using the given formatter.

impl Clone for ByteSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more