Enum atk_sys::AtkKeyEventType [] [src]

#[repr(C)]
pub enum AtkKeyEventType { Press, Release, LastDefined, }

Variants

Trait Implementations

impl Clone for AtkKeyEventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AtkKeyEventType
[src]

impl Debug for AtkKeyEventType
[src]

Formats the value using the given formatter.

impl Eq for AtkKeyEventType
[src]

impl PartialEq for AtkKeyEventType
[src]

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

This method tests for !=.