Struct tweetust::models::MediaSize [] [src]

pub struct MediaSize {
    pub h: u32,
    pub resize: String,
    pub w: u32,
}

Fields

Trait Implementations

impl Debug for MediaSize
[src]

Formats the value using the given formatter.

impl Clone for MediaSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more