Enum gdk_sys::GdkGrabOwnership [] [src]

pub enum GdkGrabOwnership {
    None,
    Window,
    Application,
}

Variants

Trait Implementations

impl Clone for GdkGrabOwnership
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GdkGrabOwnership
[src]

impl Debug for GdkGrabOwnership
[src]

[]

Formats the value using the given formatter.

impl Eq for GdkGrabOwnership
[src]

impl PartialEq for GdkGrabOwnership
[src]

[]

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

[]

This method tests for !=.