Struct luminance_windowing::WindowOpt [] [src]

pub struct WindowOpt { /* fields omitted */ }

Different window options.

Methods

impl WindowOpt
[src]

[src]

Hide or unhide the cursor. Default to false.

[src]

Trait Implementations

impl Clone for WindowOpt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WindowOpt
[src]

impl Debug for WindowOpt
[src]

[src]

Formats the value using the given formatter.

impl Eq for WindowOpt
[src]

impl PartialEq for WindowOpt
[src]

[src]

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

[src]

This method tests for !=.

impl Default for WindowOpt
[src]

[src]

Defaults:

  • hide_cursor(true)