Struct luminance_glfw::WindowOpt [] [src]

pub struct WindowOpt { /* fields omitted */ }

Different window options.

Methods

impl WindowOpt
[src]

Hide or unhide the cursor.

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.

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]

Returns the "default value" for a type. Read more