Struct twitter_stream::entities::Size [] [src]

pub struct Size {
    pub h: u64,
    pub resize: Resize,
    pub w: u64,
}

Fields

Height in pixels of this size.

Resizing method used to obtain this size.

Width in pixels of this size.

Trait Implementations

impl Clone for Size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Size
[src]

Formats the value using the given formatter.

impl Eq for Size
[src]

impl PartialEq for Size
[src]

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

This method tests for !=.

impl Hash for Size
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more