Enum gdk_sys::GdkGrabStatus [] [src]

#[repr(C)]
pub enum GdkGrabStatus { Success, AlreadyGrabbed, InvalidTime, NotViewable, Frozen, Failed, }

Variants

Trait Implementations

impl Clone for GdkGrabStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkGrabStatus
[src]

impl Debug for GdkGrabStatus
[src]

Formats the value using the given formatter.

impl Eq for GdkGrabStatus
[src]

impl PartialEq for GdkGrabStatus
[src]

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

This method tests for !=.