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

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

A window style and the borderless window style.

Required Methods

Provided Methods

Implementors