Struct window::NoWindow
[−]
[src]
pub struct NoWindow { // some fields omitted }
An implementation of Window that runs without a window at all.
Methods
impl NoWindow
fn new(settings: WindowSettings) -> NoWindow
Returns a new NoWindow
.