Enum atk_sys::AtkKeyEventType
[−]
[src]
#[repr(C)]pub enum AtkKeyEventType { Press, Release, LastDefined, }
Variants
Press
Release
LastDefined
Trait Implementations
impl Clone for AtkKeyEventType
[src]
fn clone(&self) -> AtkKeyEventType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more