Enum luminance_glfw::Action []

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

Input actions.

Variants

Trait Implementations

impl Copy for Action

impl Debug for Action

Formats the value using the given formatter.

impl Hash for Action

impl PartialOrd<Action> for Action

impl Eq for Action

impl PartialEq<Action> for Action

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

This method tests for !=.

impl Clone for Action

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Ord for Action