Struct bytesize::ByteSize [] [src]

pub struct ByteSize { /* fields omitted */ }

Byte size representation

Methods

impl ByteSize
[src]

Trait Implementations

impl Debug for ByteSize
[src]

Formats the value using the given formatter.

impl Copy for ByteSize
[src]

impl Clone for ByteSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Eq for ByteSize
[src]

impl Ord for ByteSize
[src]

This method returns an Ordering between self and other. Read more

impl Display for ByteSize
[src]

Formats the value using the given formatter.

impl Add<usize> for ByteSize
[src]

The resulting type after applying the + operator

The method for the + operator

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

The resulting type after applying the - operator

The method for the - operator

impl Mul<usize> for ByteSize
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<usize> for ByteSize
[src]

The resulting type after applying the / operator

The method for the / operator