Struct radiant_rs::DisplayInfo [] [src]

pub struct DisplayInfo {
    pub width: u32,
    pub height: u32,
    pub title: String,
    pub transparent: bool,
    pub decorations: bool,
    pub monitor: i32,
    pub vsync: bool,
}

A struct describing a Display to be created.

Fields

Trait Implementations

impl Clone for DisplayInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DisplayInfo
[src]

Returns the "default value" for a type. Read more