Struct touptek::Model [] [src]

pub struct Model {
    pub name: String,
    pub flags: Flags,
    pub maximum_speed: u32,
    pub preview_resolutions: Vec<Resolution>,
    pub still_resolutions: Vec<Resolution>,
}

Fields

Trait Implementations

impl Clone for Model
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Model
[src]

Formats the value using the given formatter.