Enum gdk_sys::GdkGrabOwnership
[−]
[src]
#[repr(C)]pub enum GdkGrabOwnership { None, Window, Application, }
Variants
None
Window
Application
Trait Implementations
impl Clone for GdkGrabOwnership
[src]
fn clone(&self) -> GdkGrabOwnership
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