Struct cuivre::graphics::WindowSettings[][src]

pub struct WindowSettings<'a> {
    pub title: &'a str,
    pub width: u32,
    pub height: u32,
    pub vsync: bool,
}

Fields

Trait Implementations

impl<'a> Debug for WindowSettings<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Copy for WindowSettings<'a>
[src]

impl<'a> Clone for WindowSettings<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for WindowSettings<'a>

impl<'a> Sync for WindowSettings<'a>