Struct vkrs::photos::Thumb [] [src]

pub struct Thumb {
    pub src: String,
    pub width: u16,
    pub height: u16,
    pub kind: ThumbKind,
}

Fields

Trait Implementations

impl Eq for Thumb
[src]

impl PartialEq for Thumb
[src]

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

This method tests for !=.

impl Debug for Thumb
[src]

Formats the value using the given formatter.