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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

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

impl<'a> PartialEq for Size<'a>
[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<'a> Hash for Size<'a>
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl<'a> Send for Size<'a>

impl<'a> Sync for Size<'a>