Enum luminance_glfw::Action [] [src]

#[repr(i32)]
pub enum Action { Release, Press, Repeat, }

Input actions.

Variants

Trait Implementations

impl Ord for Action
[src]

[src]

impl Copy for Action
[src]

impl Hash for Action
[src]

[src]

impl Clone for Action
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Action
[src]

impl PartialEq<Action> for Action
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for Action
[src]

[src]

Formats the value using the given formatter.

impl PartialOrd<Action> for Action
[src]

[src]