[][src]Trait wita::Style

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

Loading content...

Provided methods

fn is_borderless(&self) -> bool

Loading content...

Implementors

impl Style for BorderlessStyle[src]

impl Style for WindowStyle[src]

Loading content...