Struct letterboxd::ImageSize [] [src]

pub struct ImageSize {
    pub width: usize,
    pub height: usize,
    pub url: String,
}

Fields

The image width in pixels.

The image height in pixels.

The URL to the image file.

Trait Implementations

impl Debug for ImageSize
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImageSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more