Struct twitter_stream_message::entities::Size [] [src]

pub struct Size<'a> {
    pub h: u64,
    pub resize: Resize<'a>,
    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<'a> Clone for Size<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Size<'a>
[src]

Formats the value using the given formatter.

impl<'a> Eq for Size<'a>
[src]

impl<'a> PartialEq for Size<'a>
[src]

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

This method tests for !=.

impl<'a> Hash for Size<'a>
[src]

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

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