Trait wita::Style[][src]

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

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

A window style and the borderless window style.

Required methods

Provided methods

Implementors