Struct luminance_windowing::WindowOpt[][src]

pub struct WindowOpt { /* fields omitted */ }

Different window options.

Feel free to look at the different methods available to tweak the options. You may want to start with default() though.

Methods

impl WindowOpt
[src]

Hide or unhide the cursor. Default to false.

Trait Implementations

impl Clone for WindowOpt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WindowOpt
[src]

impl Debug for WindowOpt
[src]

Formats the value using the given formatter. Read more

impl Eq for WindowOpt
[src]

impl PartialEq for WindowOpt
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for WindowOpt
[src]

Defaults:

  • hide_cursor(false)

Auto Trait Implementations

impl Send for WindowOpt

impl Sync for WindowOpt