Struct rtow::config::Resolution [] [src]

pub struct Resolution {
    pub width: u32,
    pub height: u32,
}

Models the size of an image.

Fields

Trait Implementations

impl Clone for Resolution
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T> From<T> for Resolution where
    T: Into<String>, 
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Resolution

impl Sync for Resolution