Enum gtk_sys::GtkEventSequenceState [] [src]

#[repr(C)]
pub enum GtkEventSequenceState { None, Claimed, Denied, }

Variants

Trait Implementations

impl Clone for GtkEventSequenceState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkEventSequenceState
[src]

impl Debug for GtkEventSequenceState
[src]

Formats the value using the given formatter.

impl Eq for GtkEventSequenceState
[src]

impl PartialEq for GtkEventSequenceState
[src]

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

This method tests for !=.