Trait wita::Style[][src]

pub trait Style {
    fn value(&self) -> DWORD;

    fn is_borderless(&self) -> bool { ... }
}

A window style and the borderless window style.

Required methods

fn value(&self) -> DWORD[src]

Loading content...

Provided methods

Loading content...

Implementors

Loading content...